@sitevision/api 2.0.0-alpha.0 → 2.0.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common/router/index.d.ts +4 -4
- package/index.d.ts +8 -0
- package/package.json +1 -1
- package/server/AliasUtil/index.d.ts +13 -11
- package/server/ArchiveUtil/index.d.ts +45 -43
- package/server/ArraysInstance/index.d.ts +1667 -1808
- package/server/ArticleUtil/index.d.ts +294 -226
- package/server/AuthenticationUtil/index.d.ts +73 -85
- package/server/BookmarkUtil/index.d.ts +76 -81
- package/server/BuddyIconRenderer/index.d.ts +124 -132
- package/server/BuddyIconRenderer.BuddyIconSize/index.d.ts +41 -0
- package/server/BuddyIconRenderer.BuddyIconSize/index.js +25 -0
- package/server/ClientUtil/index.d.ts +11 -9
- package/server/CollaborationFactory/index.d.ts +37 -40
- package/server/CollaborationGroupFolderUtil/index.d.ts +30 -28
- package/server/CollaborationGroupState/index.d.ts +27 -0
- package/server/CollaborationGroupState/index.js +11 -0
- package/server/CollaborationGroupTemplateUtil/index.d.ts +48 -50
- package/server/CollaborationGroupType/index.d.ts +28 -0
- package/server/CollaborationGroupType/index.js +12 -0
- package/server/CollaborationGroupUtil/index.d.ts +86 -82
- package/server/CollectionsInstance/index.d.ts +642 -705
- package/server/ColorUtil/index.d.ts +36 -37
- package/server/CompoundAndFilterBuilder/index.d.ts +31 -29
- package/server/CompoundComparatorBuilder/index.d.ts +35 -33
- package/server/CompoundOrFilterBuilder/index.d.ts +31 -29
- package/server/ContentNodeUtil/index.d.ts +36 -34
- package/server/CurrencyFactory/index.d.ts +72 -70
- package/server/DateUtil/index.d.ts +132 -142
- package/server/DecorationUtil/index.d.ts +13 -11
- package/server/DeviceUtil/index.d.ts +21 -19
- package/server/DimensionMode/index.d.ts +17 -0
- package/server/DimensionMode/index.js +12 -0
- package/server/DirectoryUtil/index.d.ts +90 -88
- package/server/DocType/index.d.ts +30 -0
- package/server/DocType/index.js +14 -0
- package/server/DocTypeUtil/index.d.ts +129 -135
- package/server/EndecUtil/index.d.ts +330 -347
- package/server/ExtendedDismaxParserBuilder/index.d.ts +156 -170
- package/server/FileIconRenderer/index.d.ts +153 -172
- package/server/FileUtil/index.d.ts +274 -300
- package/server/FilterBuilder/index.d.ts +42 -40
- package/server/FolderUtil/index.d.ts +93 -94
- package/server/FontUtil/index.d.ts +36 -37
- package/server/FormatterBuilderFactory/index.d.ts +76 -84
- package/server/HighlightBuilder/index.d.ts +79 -86
- package/server/IconUtil/index.d.ts +27 -25
- package/server/ImageLinkRenderer/index.d.ts +34 -32
- package/server/ImageRenderer/index.d.ts +343 -379
- package/server/ImageUtil/index.d.ts +247 -265
- package/server/IndexUtil/index.d.ts +40 -37
- package/server/IndexUtil.IndexType/index.d.ts +29 -0
- package/server/IndexUtil.IndexType/index.js +13 -0
- package/server/IndexingUtil/index.d.ts +69 -47
- package/server/InstanceCreatorUtil/index.d.ts +421 -457
- package/server/InstanceTypeUtil/index.d.ts +168 -189
- package/server/JwtUtil/index.d.ts +131 -129
- package/server/LandingPageUtil/index.d.ts +84 -87
- package/server/LandingPageUtil/index.js +1 -0
- package/server/LinkPageUtil/index.d.ts +297 -251
- package/server/LinkRenderer/index.d.ts +651 -715
- package/server/LinkTargetBuilder/index.d.ts +69 -77
- package/server/LinkValueBuilder/index.d.ts +70 -77
- package/server/ListWrapper/index.d.ts +82 -91
- package/server/LocaleUtil/index.d.ts +382 -394
- package/server/LogUtil/index.d.ts +119 -128
- package/server/MailBuilder/index.d.ts +109 -124
- package/server/MailUtil/index.d.ts +58 -63
- package/server/MathInstance/index.d.ts +625 -657
- package/server/MessageDigesterFactory/index.d.ts +30 -28
- package/server/MetadataDefinitionUtil/index.d.ts +79 -83
- package/server/MetadataUtil/index.d.ts +322 -346
- package/server/MimeTypeUtil/index.d.ts +209 -215
- package/server/MonitorBuilder/index.d.ts +20 -20
- package/server/NodeComparatorUtil/index.d.ts +215 -225
- package/server/NodeFactoryUtil/index.d.ts +18 -16
- package/server/NodeFilterUtil/index.d.ts +652 -739
- package/server/NodeIteratorUtil/index.d.ts +214 -229
- package/server/NodeResolverUtil/index.d.ts +400 -406
- package/server/NodeTreeUtil/index.d.ts +214 -229
- package/server/NodeTypeUtil/index.d.ts +1432 -548
- package/server/OfflineVersionPropertyUtil/index.d.ts +8 -6
- package/server/OnlineVersionPropertyUtil/index.d.ts +8 -6
- package/server/OutputUtil/index.d.ts +385 -380
- package/server/PageUtil/index.d.ts +266 -188
- package/server/PermissionUtil/index.d.ts +393 -430
- package/server/PermissionUtil.Permission/index.d.ts +54 -0
- package/server/PermissionUtil.Permission/index.js +38 -0
- package/server/PortletContextUtil/index.d.ts +112 -109
- package/server/PortletUtil/index.d.ts +32 -22
- package/server/PrincipalUtil/index.d.ts +35 -33
- package/server/Properties/index.d.ts +69 -76
- package/server/PropertyUtil/index.d.ts +1422 -1464
- package/server/PublishingUtil/index.d.ts +248 -249
- package/server/QueryStringUtil/index.d.ts +404 -415
- package/server/RedirectUtil/index.d.ts +64 -68
- package/server/RelatedValueBuilder/index.d.ts +45 -43
- package/server/Requester/index.d.ts +125 -125
- package/server/ResourceLocatorUtil/index.d.ts +436 -476
- package/server/RestApi/index.d.ts +158 -138
- package/server/RestAppInvokerFactory/index.d.ts +28 -26
- package/server/RoleAssignmentBuilder/index.d.ts +39 -37
- package/server/RoleMatcherBuilder/index.d.ts +39 -37
- package/server/RoleUtil/index.d.ts +35 -37
- package/server/ScriptUtil/index.d.ts +458 -495
- package/server/SearchFactory/index.d.ts +90 -105
- package/server/SearchUtil/index.d.ts +75 -73
- package/server/SearcherBuilder/index.d.ts +117 -124
- package/server/Session/index.d.ts +261 -1103
- package/server/Session/index.js +1 -20
- package/server/SimpleUserUtil/index.d.ts +28 -29
- package/server/SiteCookieUtil/index.d.ts +152 -175
- package/server/SortBuilder/index.d.ts +27 -25
- package/server/SourceSetMode/index.d.ts +12 -0
- package/server/SourceSetMode/index.js +12 -0
- package/server/SpellCheckBuilder/index.d.ts +30 -30
- package/server/StandardParserBuilder/index.d.ts +36 -34
- package/server/StructureUtil/index.d.ts +85 -83
- package/server/SubscriberUtil/index.d.ts +60 -67
- package/server/SubscriptionUtil/index.d.ts +123 -130
- package/server/SystemUserUtil/index.d.ts +148 -146
- package/server/TagUtil/index.d.ts +115 -120
- package/server/TemplateUtil/index.d.ts +115 -120
- package/server/TemporaryFileNodeBuilder/index.d.ts +32 -30
- package/server/TemporaryNodeBuilder/index.d.ts +139 -177
- package/server/TextModuleRendererBuilder/index.d.ts +22 -20
- package/server/TimestampUtil/index.d.ts +103 -117
- package/server/TranslationUtil/index.d.ts +98 -104
- package/server/TrashcanUtil/index.d.ts +114 -117
- package/server/UserDataUtil/index.d.ts +110 -111
- package/server/UserFactory/index.d.ts +47 -54
- package/server/UserFieldRenderer/index.d.ts +120 -128
- package/server/UserIdentityUtil/index.d.ts +38 -36
- package/server/UserUtil/index.d.ts +32 -30
- package/server/Utils/index.d.ts +634 -723
- package/server/VelocityRenderer/index.d.ts +96 -94
- package/server/VersionUtil/index.d.ts +25 -9
- package/server/WebContentUtil/index.d.ts +277 -284
- package/server/WebResourceFactory/index.d.ts +41 -46
- package/server/XSLTUtil/index.d.ts +34 -32
- package/server/XmlParserUtil/index.d.ts +50 -48
- package/server/appData/index.d.ts +1 -1
- package/server/appResource/index.d.ts +1 -1
- package/server/globalAppData/index.d.ts +1 -1
- package/server/oauth2/index.d.ts +1 -1
- package/server/privileged/index.d.ts +2 -0
- package/{hidden → types}/javax/jcr/Binary/index.d.ts +3 -23
- package/{hidden → types}/javax/jcr/Binary/index.js +0 -1
- package/{hidden → types}/javax/jcr/Credentials/index.d.ts +3 -3
- package/{hidden → types}/javax/jcr/Credentials/index.js +0 -0
- package/{hidden → types}/javax/jcr/ImportUUIDBehavior/index.d.ts +27 -3
- package/{hidden → types}/javax/jcr/ImportUUIDBehavior/index.js +0 -0
- package/{hidden → types}/javax/jcr/Item/index.d.ts +6 -121
- package/{hidden → types}/javax/jcr/Item/index.js +0 -6
- package/{hidden → types}/javax/jcr/ItemVisitor/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/ItemVisitor/index.js +0 -0
- package/types/javax/jcr/NamespaceRegistry/index.d.ts +109 -0
- package/{hidden → types}/javax/jcr/NamespaceRegistry/index.js +0 -2
- package/types/javax/jcr/Node/index.d.ts +334 -0
- package/types/javax/jcr/Node/index.js +23 -0
- package/{hidden → types}/javax/jcr/NodeIterator/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/NodeIterator/index.js +0 -0
- package/types/javax/jcr/Property/index.d.ts +675 -0
- package/{hidden → types}/javax/jcr/Property/index.js +0 -5
- package/{hidden → types}/javax/jcr/PropertyIterator/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/PropertyIterator/index.js +0 -0
- package/types/javax/jcr/RangeIterator/index.d.ts +10 -0
- package/{hidden/javax/jcr/query/qom/Constraint → types/javax/jcr/RangeIterator}/index.js +0 -0
- package/types/javax/jcr/Repository/index.d.ts +511 -0
- package/types/javax/jcr/Repository/index.js +12 -0
- package/{hidden → types}/javax/jcr/RepositoryFactory/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/RepositoryFactory/index.js +0 -0
- package/{hidden → types}/javax/jcr/Value/index.d.ts +4 -33
- package/{hidden → types}/javax/jcr/Value/index.js +0 -2
- package/types/javax/jcr/ValueFactory/index.d.ts +74 -0
- package/types/javax/jcr/ValueFactory/index.js +10 -0
- package/types/javax/jcr/Workspace/index.d.ts +190 -0
- package/types/javax/jcr/Workspace/index.js +15 -0
- package/{hidden → types}/javax/jcr/lock/Lock/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/lock/Lock/index.js +0 -0
- package/{hidden → types}/javax/jcr/lock/LockManager/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/lock/LockManager/index.js +0 -0
- package/types/javax/jcr/nodetype/ItemDefinition/index.d.ts +29 -0
- package/types/javax/jcr/nodetype/ItemDefinition/index.js +10 -0
- package/{hidden → types}/javax/jcr/nodetype/NodeDefinition/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/nodetype/NodeDefinition/index.js +0 -0
- package/{hidden → types}/javax/jcr/nodetype/NodeDefinitionTemplate/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/nodetype/NodeDefinitionTemplate/index.js +0 -0
- package/types/javax/jcr/nodetype/NodeType/index.d.ts +312 -0
- package/types/javax/jcr/nodetype/NodeType/index.js +10 -0
- package/types/javax/jcr/nodetype/NodeTypeDefinition/index.d.ts +61 -0
- package/types/javax/jcr/nodetype/NodeTypeDefinition/index.js +12 -0
- package/{hidden → types}/javax/jcr/nodetype/NodeTypeIterator/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/nodetype/NodeTypeIterator/index.js +0 -0
- package/types/javax/jcr/nodetype/NodeTypeManager/index.d.ts +57 -0
- package/types/javax/jcr/nodetype/NodeTypeManager/index.js +14 -0
- package/{hidden → types}/javax/jcr/nodetype/NodeTypeTemplate/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/nodetype/NodeTypeTemplate/index.js +0 -0
- package/types/javax/jcr/nodetype/PropertyDefinition/index.d.ts +28 -0
- package/types/javax/jcr/nodetype/PropertyDefinition/index.js +10 -0
- package/{hidden → types}/javax/jcr/nodetype/PropertyDefinitionTemplate/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/nodetype/PropertyDefinitionTemplate/index.js +0 -0
- package/{hidden → types}/javax/jcr/observation/Event/index.d.ts +85 -44
- package/{hidden → types}/javax/jcr/observation/Event/index.js +0 -0
- package/{hidden → types}/javax/jcr/observation/EventIterator/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/observation/EventIterator/index.js +0 -0
- package/{hidden → types}/javax/jcr/observation/EventJournal/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/observation/EventJournal/index.js +0 -0
- package/{hidden → types}/javax/jcr/observation/EventListener/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/observation/EventListener/index.js +0 -0
- package/{hidden → types}/javax/jcr/observation/EventListenerIterator/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/observation/EventListenerIterator/index.js +0 -0
- package/{hidden → types}/javax/jcr/observation/ObservationManager/index.d.ts +6 -6
- package/{hidden → types}/javax/jcr/observation/ObservationManager/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/Query/index.d.ts +35 -14
- package/{hidden → types}/javax/jcr/query/Query/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/QueryManager/index.d.ts +6 -6
- package/{hidden → types}/javax/jcr/query/QueryManager/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/QueryResult/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/query/QueryResult/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/Row/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/query/Row/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/RowIterator/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/query/RowIterator/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/And/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/And/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/BindVariableValue/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/BindVariableValue/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/ChildNode/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/ChildNode/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/ChildNodeJoinCondition/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/ChildNodeJoinCondition/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Column/index.d.ts +3 -3
- package/{hidden → types}/javax/jcr/query/qom/Column/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Comparison/index.d.ts +6 -6
- package/{hidden → types}/javax/jcr/query/qom/Comparison/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Constraint/index.d.ts +3 -3
- package/{hidden/javax/jcr/query/qom/DynamicOperand → types/javax/jcr/query/qom/Constraint}/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/DescendantNode/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/DescendantNode/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/DescendantNodeJoinCondition/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/DescendantNodeJoinCondition/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/DynamicOperand/index.d.ts +4 -4
- package/{hidden/javax/jcr/query/qom/JoinCondition → types/javax/jcr/query/qom/DynamicOperand}/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/EquiJoinCondition/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/EquiJoinCondition/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/FullTextSearch/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/query/qom/FullTextSearch/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/FullTextSearchScore/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/FullTextSearchScore/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Join/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/query/qom/Join/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/JoinCondition/index.d.ts +3 -3
- package/{hidden/javax/jcr/query/qom/Operand → types/javax/jcr/query/qom/JoinCondition}/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Length/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/query/qom/Length/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Literal/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/query/qom/Literal/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/LowerCase/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/LowerCase/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/NodeLocalName/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/NodeLocalName/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/NodeName/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/NodeName/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Not/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/Not/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Operand/index.d.ts +3 -3
- package/{hidden/javax/jcr/query/qom/QueryObjectModelConstants → types/javax/jcr/query/qom/Operand}/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Or/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/Or/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Ordering/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/Ordering/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/PropertyExistence/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/PropertyExistence/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/PropertyValue/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/PropertyValue/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/QueryObjectModel/index.d.ts +8 -8
- package/{hidden → types}/javax/jcr/query/qom/QueryObjectModel/index.js +0 -0
- package/types/javax/jcr/query/qom/QueryObjectModelConstants/index.d.ts +83 -0
- package/{hidden/javax/jcr/query/qom/Source → types/javax/jcr/query/qom/QueryObjectModelConstants}/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/QueryObjectModelFactory/index.d.ts +37 -37
- package/{hidden → types}/javax/jcr/query/qom/QueryObjectModelFactory/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/SameNode/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/SameNode/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/SameNodeJoinCondition/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/SameNodeJoinCondition/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Selector/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/Selector/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/Source/index.d.ts +3 -3
- package/{hidden/javax/jcr/query/qom/StaticOperand → types/javax/jcr/query/qom/Source}/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/StaticOperand/index.d.ts +4 -4
- package/{hidden/javax/jcr/security/AccessControlPolicy → types/javax/jcr/query/qom/StaticOperand}/index.js +0 -0
- package/{hidden → types}/javax/jcr/query/qom/UpperCase/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/query/qom/UpperCase/index.js +0 -0
- package/{hidden → types}/javax/jcr/retention/Hold/index.d.ts +3 -3
- package/{hidden → types}/javax/jcr/retention/Hold/index.js +0 -0
- package/{hidden → types}/javax/jcr/retention/RetentionManager/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/retention/RetentionManager/index.js +0 -0
- package/{hidden → types}/javax/jcr/retention/RetentionPolicy/index.d.ts +3 -3
- package/{hidden → types}/javax/jcr/retention/RetentionPolicy/index.js +0 -0
- package/{hidden → types}/javax/jcr/security/AccessControlEntry/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/security/AccessControlEntry/index.js +0 -0
- package/{hidden → types}/javax/jcr/security/AccessControlList/index.d.ts +6 -6
- package/{hidden → types}/javax/jcr/security/AccessControlList/index.js +0 -0
- package/{hidden → types}/javax/jcr/security/AccessControlManager/index.d.ts +6 -6
- package/{hidden → types}/javax/jcr/security/AccessControlManager/index.js +0 -0
- package/{hidden → types}/javax/jcr/security/AccessControlPolicy/index.d.ts +3 -3
- package/{hidden/senselogic/sitevision/api/metadata/value/LinkValue → types/javax/jcr/security/AccessControlPolicy}/index.js +0 -0
- package/{hidden → types}/javax/jcr/security/AccessControlPolicyIterator/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/security/AccessControlPolicyIterator/index.js +0 -0
- package/{hidden → types}/javax/jcr/security/NamedAccessControlPolicy/index.d.ts +4 -4
- package/{hidden → types}/javax/jcr/security/NamedAccessControlPolicy/index.js +0 -0
- package/{hidden → types}/javax/jcr/security/Privilege/index.d.ts +130 -46
- package/{hidden → types}/javax/jcr/security/Privilege/index.js +0 -0
- package/{hidden → types}/javax/jcr/version/Version/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/version/Version/index.js +0 -0
- package/{hidden → types}/javax/jcr/version/VersionHistory/index.d.ts +7 -7
- package/{hidden → types}/javax/jcr/version/VersionHistory/index.js +0 -0
- package/{hidden → types}/javax/jcr/version/VersionIterator/index.d.ts +5 -5
- package/{hidden → types}/javax/jcr/version/VersionIterator/index.js +0 -0
- package/{hidden → types}/javax/jcr/version/VersionManager/index.d.ts +7 -7
- package/{hidden → types}/javax/jcr/version/VersionManager/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/base/Builder/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/base/Builder/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/base/Filter/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/base/Filter/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/base/FilterSplit/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/base/FilterSplit/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/base/Loadable/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/base/Loadable/index.js +0 -0
- package/types/senselogic/sitevision/api/base/Requireable/ScriptEngine/index.d.ts +9 -0
- package/types/senselogic/sitevision/api/base/Requireable/ScriptEngine/index.js +11 -0
- package/{hidden → types}/senselogic/sitevision/api/base/Resolver/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/base/Resolver/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/base/Wrapper/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/base/Wrapper/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.d.ts +13 -9
- package/{hidden → types}/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/format/NumericFormatter/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/format/NumericFormatter/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/format/NumericFormatterBuilder/index.d.ts +5 -5
- package/{hidden → types}/senselogic/sitevision/api/format/NumericFormatterBuilder/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/i18n/Currency/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/i18n/Currency/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/link/CustomLinkProcessor/index.d.ts +5 -5
- package/{hidden → types}/senselogic/sitevision/api/link/CustomLinkProcessor/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/link/CustomLinkRenderData/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/link/CustomLinkRenderData/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/mail/Mail/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/mail/Mail/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/message/MessageTextLinker/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/message/MessageTextLinker/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/metadata/value/LinkValue/index.d.ts +3 -3
- package/{hidden/senselogic/sitevision/api/metadata/value/RelatedValue → types/senselogic/sitevision/api/metadata/value/LinkValue}/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/metadata/value/RelatedValue/index.d.ts +3 -3
- package/{hidden/senselogic/sitevision/api/render/velocity/VelocityAccess → types/senselogic/sitevision/api/metadata/value/RelatedValue}/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/property/VersionedPropertyUtil/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/property/VersionedPropertyUtil/index.js +0 -0
- package/types/senselogic/sitevision/api/render/BuddyIconRenderer.BuddyIconInfo/index.d.ts +51 -0
- package/types/senselogic/sitevision/api/render/BuddyIconRenderer.BuddyIconInfo/index.js +12 -0
- package/{hidden → types}/senselogic/sitevision/api/render/ImageScaler/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/render/ImageScaler/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/render/TextModuleRenderer/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/render/TextModuleRenderer/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityAccess/index.d.ts +3 -3
- package/{hidden/senselogic/sitevision/api/search/searcher/component/Filter → types/senselogic/sitevision/api/render/velocity/VelocityAccess}/index.js +0 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ArticleUtilConstants/index.d.ts +85 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ArticleUtilConstants/index.js +21 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ExceptionSuppressingProxyConstants/index.d.ts +31 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ExceptionSuppressingProxyConstants/index.js +12 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.IndexingUtilConstants/index.d.ts +31 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.IndexingUtilConstants/index.js +12 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.LinkPageUtilConstants/index.d.ts +67 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.LinkPageUtilConstants/index.js +18 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MathInstanceConstants/index.d.ts +25 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MathInstanceConstants/index.js +11 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MimeTypeUtilConstants/index.d.ts +19 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.MimeTypeUtilConstants/index.js +10 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.NodeTypeUtilConstants/index.d.ts +1243 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.NodeTypeUtilConstants/index.js +189 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.OutputUtilConstants/index.d.ts +31 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.OutputUtilConstants/index.js +12 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PageUtilConstants/index.d.ts +91 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PageUtilConstants/index.js +22 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletContextUtilConstants/index.d.ts +27 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletContextUtilConstants/index.js +11 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletUtilConstants/index.d.ts +19 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PortletUtilConstants/index.js +10 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.QueryStringUtilConstants/index.d.ts +19 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.QueryStringUtilConstants/index.js +10 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchHitConstants/index.d.ts +25 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchHitConstants/index.js +11 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchResultConstants/index.d.ts +37 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.SearchResultConstants/index.js +13 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.VersionUtilConstants/index.d.ts +25 -0
- package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.VersionUtilConstants/index.js +11 -0
- package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityContext/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityContext/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityEvaluator/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/render/velocity/VelocityEvaluator/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/script/RequesterChainable/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/script/RequesterChainable/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/script/app/RestAppInvoker/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/script/app/RestAppInvoker/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/script/factory/TypedArgument/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/script/factory/TypedArgument/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingCollection/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingCollection/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingIterator/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingIterator/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.d.ts +24 -4
- package/{hidden → types}/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/SearchFieldUtil/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/search/SearchFieldUtil/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/SearchHighlighter/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/search/SearchHighlighter/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/SearchHit/index.d.ts +19 -5
- package/{hidden → types}/senselogic/sitevision/api/search/SearchHit/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/SearchResult/index.d.ts +31 -9
- package/{hidden → types}/senselogic/sitevision/api/search/SearchResult/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/facet/SearchFacetField/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/search/facet/SearchFacetField/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/facet/SearchFacetValue/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/search/facet/SearchFacetValue/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/searcher/Searcher/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/search/searcher/Searcher/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Filter/index.d.ts +3 -3
- package/{hidden/senselogic/sitevision/api/search/searcher/component/Highlight → types/senselogic/sitevision/api/search/searcher/component/Filter}/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Highlight/index.d.ts +3 -3
- package/{hidden/senselogic/sitevision/api/search/searcher/component/Monitor → types/senselogic/sitevision/api/search/searcher/component/Highlight}/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Monitor/index.d.ts +3 -3
- package/{hidden/senselogic/sitevision/api/search/searcher/component/Parser → types/senselogic/sitevision/api/search/searcher/component/Monitor}/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Parser/index.d.ts +3 -3
- package/{hidden/senselogic/sitevision/api/search/searcher/component/Sort → types/senselogic/sitevision/api/search/searcher/component/Parser}/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/Sort/index.d.ts +3 -3
- package/{hidden/senselogic/sitevision/api/search/searcher/component/SpellCheck → types/senselogic/sitevision/api/search/searcher/component/Sort}/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/searcher/component/SpellCheck/index.d.ts +3 -3
- package/{hidden/senselogic/sitevision/api/webresource/LinkTarget → types/senselogic/sitevision/api/search/searcher/component/SpellCheck}/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/sort/CustomSort/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/search/sort/CustomSort/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/search/suggestion/SearchSuggestion/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/search/suggestion/SearchSuggestion/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/security/DirectoryAttributes/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/security/DirectoryAttributes/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/security/MessageDigester/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/security/MessageDigester/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/security/RoleAssignment/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/security/RoleAssignment/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/security/RoleMatcher/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/security/RoleMatcher/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/security/SecretStore/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/security/SecretStore/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/security/UserUtil/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/security/UserUtil/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.d.ts +35 -5
- package/{hidden → types}/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilterChain/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilterChain/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/user/UserIdentityWrapper/index.d.ts +5 -5
- package/{hidden → types}/senselogic/sitevision/api/user/UserIdentityWrapper/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/webresource/LinkTarget/index.d.ts +3 -3
- package/types/senselogic/sitevision/api/webresource/LinkTarget/index.js +8 -0
- package/{hidden → types}/senselogic/sitevision/api/xml/XmlElement/index.d.ts +3 -3
- package/{hidden → types}/senselogic/sitevision/api/xml/XmlElement/index.js +0 -0
- package/{hidden → types}/senselogic/sitevision/api/xml/XmlElementHandler/index.d.ts +4 -4
- package/{hidden → types}/senselogic/sitevision/api/xml/XmlElementHandler/index.js +0 -0
- package/hidden/javax/jcr/NamespaceRegistry/index.d.ts +0 -85
- package/hidden/javax/jcr/Node/index.d.ts +0 -1805
- package/hidden/javax/jcr/Node/index.js +0 -56
- package/hidden/javax/jcr/Property/index.d.ts +0 -677
- package/hidden/javax/jcr/RangeIterator/index.d.ts +0 -52
- package/hidden/javax/jcr/RangeIterator/index.js +0 -12
- package/hidden/javax/jcr/Repository/index.d.ts +0 -311
- package/hidden/javax/jcr/Repository/index.js +0 -16
- package/hidden/javax/jcr/Session/index.d.ts +0 -1107
- package/hidden/javax/jcr/ValueFactory/index.d.ts +0 -144
- package/hidden/javax/jcr/ValueFactory/index.js +0 -11
- package/hidden/javax/jcr/Workspace/index.d.ts +0 -666
- package/hidden/javax/jcr/Workspace/index.js +0 -26
- package/hidden/javax/jcr/nodetype/ItemDefinition/index.d.ts +0 -132
- package/hidden/javax/jcr/nodetype/ItemDefinition/index.js +0 -15
- package/hidden/javax/jcr/nodetype/NodeType/index.d.ts +0 -321
- package/hidden/javax/jcr/nodetype/NodeType/index.js +0 -21
- package/hidden/javax/jcr/nodetype/NodeTypeDefinition/index.d.ts +0 -165
- package/hidden/javax/jcr/nodetype/NodeTypeDefinition/index.js +0 -18
- package/hidden/javax/jcr/nodetype/NodeTypeManager/index.d.ts +0 -180
- package/hidden/javax/jcr/nodetype/NodeTypeManager/index.js +0 -21
- package/hidden/javax/jcr/nodetype/PropertyDefinition/index.d.ts +0 -297
- package/hidden/javax/jcr/nodetype/PropertyDefinition/index.js +0 -16
- package/hidden/javax/jcr/query/qom/QueryObjectModelConstants/index.d.ts +0 -11
- package/hidden/senselogic/sitevision/api/Utils/index.d.ts +0 -753
- package/hidden/senselogic/sitevision/api/alias/AliasUtil/index.d.ts +0 -22
- package/hidden/senselogic/sitevision/api/bookmark/BookmarkUtil/index.d.ts +0 -87
- package/hidden/senselogic/sitevision/api/client/ClientUtil/index.d.ts +0 -23
- package/hidden/senselogic/sitevision/api/collaboration/CollaborationFactory/index.d.ts +0 -49
- package/hidden/senselogic/sitevision/api/collaboration/CollaborationGroupFolderUtil/index.d.ts +0 -39
- package/hidden/senselogic/sitevision/api/collaboration/CollaborationGroupTemplateUtil/index.d.ts +0 -58
- package/hidden/senselogic/sitevision/api/collaboration/CollaborationGroupUtil/index.d.ts +0 -99
- package/hidden/senselogic/sitevision/api/context/PortletContextUtil/index.d.ts +0 -112
- package/hidden/senselogic/sitevision/api/cookie/SiteCookieUtil/index.d.ts +0 -166
- package/hidden/senselogic/sitevision/api/date/DateUtil/index.d.ts +0 -153
- package/hidden/senselogic/sitevision/api/date/TimestampUtil/index.d.ts +0 -121
- package/hidden/senselogic/sitevision/api/device/DeviceUtil/index.d.ts +0 -33
- package/hidden/senselogic/sitevision/api/format/FormatterBuilderFactory/index.d.ts +0 -89
- package/hidden/senselogic/sitevision/api/i18n/CurrencyFactory/index.d.ts +0 -81
- package/hidden/senselogic/sitevision/api/i18n/LocaleUtil/index.d.ts +0 -412
- package/hidden/senselogic/sitevision/api/i18n/TranslationUtil/index.d.ts +0 -110
- package/hidden/senselogic/sitevision/api/log/LogUtil/index.d.ts +0 -128
- package/hidden/senselogic/sitevision/api/mail/MailBuilder/index.d.ts +0 -221
- package/hidden/senselogic/sitevision/api/mail/MailUtil/index.d.ts +0 -72
- package/hidden/senselogic/sitevision/api/metadata/MetadataDefinitionUtil/index.d.ts +0 -109
- package/hidden/senselogic/sitevision/api/metadata/MetadataUtil/index.d.ts +0 -356
- package/hidden/senselogic/sitevision/api/metadata/builder/LinkValueBuilder/index.d.ts +0 -131
- package/hidden/senselogic/sitevision/api/metadata/builder/RelatedValueBuilder/index.d.ts +0 -89
- package/hidden/senselogic/sitevision/api/node/ContentNodeUtil/index.d.ts +0 -57
- package/hidden/senselogic/sitevision/api/node/NodeComparatorUtil/index.d.ts +0 -235
- package/hidden/senselogic/sitevision/api/node/NodeFactoryUtil/index.d.ts +0 -29
- package/hidden/senselogic/sitevision/api/node/NodeFilterUtil/index.d.ts +0 -781
- package/hidden/senselogic/sitevision/api/node/NodeIteratorUtil/index.d.ts +0 -231
- package/hidden/senselogic/sitevision/api/node/NodeResolverUtil/index.d.ts +0 -406
- package/hidden/senselogic/sitevision/api/node/NodeTreeUtil/index.d.ts +0 -232
- package/hidden/senselogic/sitevision/api/node/NodeTypeUtil/index.d.ts +0 -549
- package/hidden/senselogic/sitevision/api/node/builder/CompoundAndFilterBuilder/index.d.ts +0 -54
- package/hidden/senselogic/sitevision/api/node/builder/CompoundComparatorBuilder/index.d.ts +0 -53
- package/hidden/senselogic/sitevision/api/node/builder/CompoundOrFilterBuilder/index.d.ts +0 -53
- package/hidden/senselogic/sitevision/api/node/builder/TemporaryFileNodeBuilder/index.d.ts +0 -57
- package/hidden/senselogic/sitevision/api/node/builder/TemporaryNodeBuilder/index.d.ts +0 -177
- package/hidden/senselogic/sitevision/api/property/OfflineVersionPropertyUtil/index.d.ts +0 -31
- package/hidden/senselogic/sitevision/api/property/OnlineVersionPropertyUtil/index.d.ts +0 -31
- package/hidden/senselogic/sitevision/api/property/Properties/index.d.ts +0 -176
- package/hidden/senselogic/sitevision/api/property/PropertyUtil/index.d.ts +0 -1550
- package/hidden/senselogic/sitevision/api/redirect/RedirectUtil/index.d.ts +0 -73
- package/hidden/senselogic/sitevision/api/render/BuddyIconRenderer/index.d.ts +0 -186
- package/hidden/senselogic/sitevision/api/render/FileIconRenderer/index.d.ts +0 -301
- package/hidden/senselogic/sitevision/api/render/ImageLinkRenderer/index.d.ts +0 -122
- package/hidden/senselogic/sitevision/api/render/ImageRenderer/index.d.ts +0 -504
- package/hidden/senselogic/sitevision/api/render/LinkRenderer/index.d.ts +0 -890
- package/hidden/senselogic/sitevision/api/render/OutputUtil/index.d.ts +0 -390
- package/hidden/senselogic/sitevision/api/render/TextModuleRendererBuilder/index.d.ts +0 -66
- package/hidden/senselogic/sitevision/api/render/UserFieldRenderer/index.d.ts +0 -181
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityRenderer/index.d.ts +0 -197
- package/hidden/senselogic/sitevision/api/render/xslt/XSLTUtil/index.d.ts +0 -59
- package/hidden/senselogic/sitevision/api/resource/ColorUtil/index.d.ts +0 -46
- package/hidden/senselogic/sitevision/api/resource/DecorationUtil/index.d.ts +0 -20
- package/hidden/senselogic/sitevision/api/resource/FontUtil/index.d.ts +0 -43
- package/hidden/senselogic/sitevision/api/resource/IconUtil/index.d.ts +0 -34
- package/hidden/senselogic/sitevision/api/resource/LandingPageUtil/index.d.ts +0 -88
- package/hidden/senselogic/sitevision/api/resource/PortletUtil/index.d.ts +0 -32
- package/hidden/senselogic/sitevision/api/resource/ResourceLocatorUtil/index.d.ts +0 -444
- package/hidden/senselogic/sitevision/api/resource/TemplateUtil/index.d.ts +0 -143
- package/hidden/senselogic/sitevision/api/script/InstanceTypeUtil/index.d.ts +0 -176
- package/hidden/senselogic/sitevision/api/script/Requester/index.d.ts +0 -420
- package/hidden/senselogic/sitevision/api/script/RestApi/index.d.ts +0 -195
- package/hidden/senselogic/sitevision/api/script/ScriptUtil/index.d.ts +0 -482
- package/hidden/senselogic/sitevision/api/script/app/RestAppInvokerFactory/index.d.ts +0 -70
- package/hidden/senselogic/sitevision/api/script/factory/ArraysInstance/index.d.ts +0 -1643
- package/hidden/senselogic/sitevision/api/script/factory/CollectionsInstance/index.d.ts +0 -661
- package/hidden/senselogic/sitevision/api/script/factory/InstanceCreatorUtil/index.d.ts +0 -490
- package/hidden/senselogic/sitevision/api/script/factory/ListWrapper/index.d.ts +0 -148
- package/hidden/senselogic/sitevision/api/script/factory/MathInstance/index.d.ts +0 -623
- package/hidden/senselogic/sitevision/api/search/SearchFactory/index.d.ts +0 -114
- package/hidden/senselogic/sitevision/api/search/SearchUtil/index.d.ts +0 -126
- package/hidden/senselogic/sitevision/api/search/index/IndexUtil/index.d.ts +0 -50
- package/hidden/senselogic/sitevision/api/search/index/IndexingUtil/index.d.ts +0 -59
- package/hidden/senselogic/sitevision/api/search/query/QueryStringUtil/index.d.ts +0 -419
- package/hidden/senselogic/sitevision/api/search/searcher/builder/ExtendedDismaxParserBuilder/index.d.ts +0 -257
- package/hidden/senselogic/sitevision/api/search/searcher/builder/FilterBuilder/index.d.ts +0 -103
- package/hidden/senselogic/sitevision/api/search/searcher/builder/HighlightBuilder/index.d.ts +0 -153
- package/hidden/senselogic/sitevision/api/search/searcher/builder/MonitorBuilder/index.d.ts +0 -47
- package/hidden/senselogic/sitevision/api/search/searcher/builder/SearcherBuilder/index.d.ts +0 -210
- package/hidden/senselogic/sitevision/api/search/searcher/builder/SortBuilder/index.d.ts +0 -110
- package/hidden/senselogic/sitevision/api/search/searcher/builder/SpellCheckBuilder/index.d.ts +0 -57
- package/hidden/senselogic/sitevision/api/search/searcher/builder/StandardParserBuilder/index.d.ts +0 -102
- package/hidden/senselogic/sitevision/api/security/AuthenticationUtil/index.d.ts +0 -103
- package/hidden/senselogic/sitevision/api/security/DirectoryUtil/index.d.ts +0 -98
- package/hidden/senselogic/sitevision/api/security/JwtUtil/index.d.ts +0 -143
- package/hidden/senselogic/sitevision/api/security/MessageDigesterFactory/index.d.ts +0 -46
- package/hidden/senselogic/sitevision/api/security/PermissionUtil/index.d.ts +0 -426
- package/hidden/senselogic/sitevision/api/security/PrincipalUtil/index.d.ts +0 -46
- package/hidden/senselogic/sitevision/api/security/RoleAssignmentBuilder/index.d.ts +0 -54
- package/hidden/senselogic/sitevision/api/security/RoleMatcherBuilder/index.d.ts +0 -53
- package/hidden/senselogic/sitevision/api/security/RoleUtil/index.d.ts +0 -49
- package/hidden/senselogic/sitevision/api/subscription/SubscriberUtil/index.d.ts +0 -96
- package/hidden/senselogic/sitevision/api/subscription/SubscriptionUtil/index.d.ts +0 -137
- package/hidden/senselogic/sitevision/api/tag/TagUtil/index.d.ts +0 -127
- package/hidden/senselogic/sitevision/api/text/EndecUtil/index.d.ts +0 -352
- package/hidden/senselogic/sitevision/api/user/SimpleUserUtil/index.d.ts +0 -43
- package/hidden/senselogic/sitevision/api/user/SystemUserUtil/index.d.ts +0 -163
- package/hidden/senselogic/sitevision/api/user/UserDataUtil/index.d.ts +0 -140
- package/hidden/senselogic/sitevision/api/user/UserFactory/index.d.ts +0 -61
- package/hidden/senselogic/sitevision/api/user/UserIdentityUtil/index.d.ts +0 -52
- package/hidden/senselogic/sitevision/api/user/UserUtil/index.d.ts +0 -67
- package/hidden/senselogic/sitevision/api/versioning/PublishingUtil/index.d.ts +0 -265
- package/hidden/senselogic/sitevision/api/versioning/VersionUtil/index.d.ts +0 -19
- package/hidden/senselogic/sitevision/api/webresource/ArticleUtil/index.d.ts +0 -252
- package/hidden/senselogic/sitevision/api/webresource/FileUtil/index.d.ts +0 -294
- package/hidden/senselogic/sitevision/api/webresource/ImageUtil/index.d.ts +0 -267
- package/hidden/senselogic/sitevision/api/webresource/LinkPageUtil/index.d.ts +0 -288
- package/hidden/senselogic/sitevision/api/webresource/PageUtil/index.d.ts +0 -216
- package/hidden/senselogic/sitevision/api/webresource/WebResourceFactory/index.d.ts +0 -56
- package/hidden/senselogic/sitevision/api/webresource/builder/LinkTargetBuilder/index.d.ts +0 -128
- package/hidden/senselogic/sitevision/api/webresource/doctype/DocTypeUtil/index.d.ts +0 -141
- package/hidden/senselogic/sitevision/api/webresource/mime/MimeTypeUtil/index.d.ts +0 -217
- package/hidden/senselogic/sitevision/api/webresource/structure/ArchiveUtil/index.d.ts +0 -53
- package/hidden/senselogic/sitevision/api/webresource/structure/FolderUtil/index.d.ts +0 -107
- package/hidden/senselogic/sitevision/api/webresource/structure/StructureUtil/index.d.ts +0 -94
- package/hidden/senselogic/sitevision/api/webresource/structure/TrashcanUtil/index.d.ts +0 -123
- package/hidden/senselogic/sitevision/api/webresource/webcontent/WebContentUtil/index.d.ts +0 -458
- package/hidden/senselogic/sitevision/api/xml/XmlParserUtil/index.d.ts +0 -116
|
@@ -1,606 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Returns the trigonometric sine of an angle.
|
|
3
|
-
* @param anAngleInRadians an angle, in radians.
|
|
4
|
-
* @return the sine of the argument.
|
|
5
|
-
*/
|
|
6
|
-
export function sin(anAngleInRadians: number): number;
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* Returns the trigonometric cosine of an angle.
|
|
10
|
-
* @param anAngleInRadians an angle, in radians.
|
|
11
|
-
* @return the cosine of the argument.
|
|
12
|
-
*/
|
|
13
|
-
export function cos(anAngleInRadians: number): number;
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* Returns the trigonometric tangent of an angle.
|
|
17
|
-
* @param anAngleInRadians an angle, in radians.
|
|
18
|
-
* @return the tangent of the argument.
|
|
19
|
-
*/
|
|
20
|
-
export function tan(anAngleInRadians: number): number;
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* Returns the arc sine of a value; the returned angle is in the range -<i>pi</i>/2 through <i>pi</i>/2.
|
|
24
|
-
* @param aValue the value whose arc sine is to be returned.
|
|
25
|
-
* @return the arc sine of the argument.
|
|
26
|
-
*/
|
|
27
|
-
export function asin(aValue: number): number;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* Returns the arc cosine of a value; the returned angle is in the range 0.0 through <i>pi</i>.
|
|
31
|
-
* @param aValue the value whose arc cosine is to be returned.
|
|
32
|
-
* @return the arc cosine of the argument.
|
|
33
|
-
*/
|
|
34
|
-
export function acos(aValue: number): number;
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* Returns the arc tangent of a value; the returned angle is in the range -<i>pi</i>/2 through <i>pi</i>/2.
|
|
38
|
-
* @param aValue the value whose arc tangent is to be returned.
|
|
39
|
-
* @return the arc tangent of the argument.
|
|
40
|
-
*/
|
|
41
|
-
export function atan(aValue: number): number;
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
|
|
45
|
-
* @param anAngleInDegrees an angle, in degrees
|
|
46
|
-
* @return the measurement of the angle <code>anAngleInDegrees</code> in radians.
|
|
47
|
-
*/
|
|
48
|
-
export function toRadians(anAngleInDegrees: number): number;
|
|
49
|
-
|
|
50
|
-
/**
|
|
51
|
-
* Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
|
|
52
|
-
* @param anAngleInRadians an angle, in radians
|
|
53
|
-
* @return the measurement of the angle <code>anAngleInRadians</code> in degrees.
|
|
54
|
-
*/
|
|
55
|
-
export function toDegrees(anAngleInRadians: number): number;
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* Returns Euler's number <i>e</i> raised to the power of a <code>double</code> value.
|
|
59
|
-
* @param anExponent the exponent to raise <i>e</i> to.
|
|
60
|
-
* @return the value <i>e</i><sup><code>anExponent</code></sup>, where <i>e</i> is the base of the natural logarithms.
|
|
61
|
-
*/
|
|
62
|
-
export function exp(anExponent: number): number;
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* Returns the natural logarithm (base <i>e</i>) of a <code>double</code> value.
|
|
66
|
-
* @param aValue a value
|
|
67
|
-
* @return the value ln <code>aValue</code>, the natural logarithm of <code>aValue</code>.
|
|
68
|
-
*/
|
|
69
|
-
export function log(aValue: number): number;
|
|
70
|
-
|
|
71
|
-
/**
|
|
72
|
-
* Returns the base 10 logarithm of a <code>double</code> value.
|
|
73
|
-
* @param aValue a value
|
|
74
|
-
* @return the base 10 logarithm of <code>aValue</code>.
|
|
75
|
-
*/
|
|
76
|
-
export function log10(aValue: number): number;
|
|
77
|
-
|
|
78
|
-
/**
|
|
79
|
-
* Returns the correctly rounded positive square root of a <code>double</code> value.
|
|
80
|
-
* @param aValue a value.
|
|
81
|
-
* @return the positive square root of <code>aValue</code>. If the argument is NaN or less than zero, the result is NaN.
|
|
82
|
-
*/
|
|
83
|
-
export function sqrt(aValue: number): number;
|
|
84
|
-
|
|
85
|
-
/**
|
|
86
|
-
* Returns the cube root of a <code>double</code> value.
|
|
87
|
-
* @param aValue a value.
|
|
88
|
-
* @return the cube root of <code>aValue</code>.
|
|
89
|
-
*/
|
|
90
|
-
export function cbrt(aValue: number): number;
|
|
91
|
-
|
|
92
|
-
/**
|
|
93
|
-
* Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
|
|
94
|
-
* @param aDividend the dividend.
|
|
95
|
-
* @param aDivisor the divisor.
|
|
96
|
-
* @return the remainder when <code>aDividend</code> is divided by <code>aDivisor</code>.
|
|
97
|
-
*/
|
|
98
|
-
export function IEEEremainder(aDividend: number, aDivisor: number): number;
|
|
99
|
-
|
|
100
|
-
/**
|
|
101
|
-
* Returns the smallest (closest to negative infinity) <code>double</code> value that is greater than
|
|
102
|
-
* or equal to the argument and is equal to a mathematical integer.
|
|
103
|
-
* @param aValue a value.
|
|
104
|
-
* @return the smallest (closest to negative infinity) floating-point value that is greater than or equal to the argument and is equal to a mathematical integer.
|
|
105
|
-
*/
|
|
106
|
-
export function ceil(aValue: number): number;
|
|
107
|
-
|
|
108
|
-
/**
|
|
109
|
-
* Returns the largest (closest to positive infinity) <code>double</code> value that is less than
|
|
110
|
-
* or equal to the argument and is equal to a mathematical integer.
|
|
111
|
-
* @param aValue a value.
|
|
112
|
-
* @return the largest (closest to positive infinity) floating-point value that less than or equal to the argument and is equal to a mathematical integer.
|
|
113
|
-
*/
|
|
114
|
-
export function floor(aValue: number): number;
|
|
115
|
-
|
|
116
|
-
/**
|
|
117
|
-
* Returns the <code>double</code> value that is closest in value to the argument and is equal to
|
|
118
|
-
* a mathematical integer.
|
|
119
|
-
* @param aValue a value.
|
|
120
|
-
* @return the closest floating-point value to <code>aValue</code> that is equal to a mathematical integer.
|
|
121
|
-
*/
|
|
122
|
-
export function rint(aValue: number): number;
|
|
123
|
-
|
|
124
|
-
/**
|
|
125
|
-
* Returns the angle <i>theta</i> from the conversion of rectangular coordinates
|
|
126
|
-
* (<code>x</code>, <code>y</code>) to polar coordinates (r, <i>theta</i>).
|
|
127
|
-
* @param y the ordinate coordinate
|
|
128
|
-
* @param x the abscissa coordinate
|
|
129
|
-
* @return the <i>theta</i> component of the point (<i>r</i>, <i>theta</i>) in polar coordinates that corresponds to the point (<i>x</i>, <i>y</i>) in Cartesian coordinates.
|
|
130
|
-
*/
|
|
131
|
-
export function atan2(y: number, x: number): number;
|
|
132
|
-
|
|
133
|
-
/**
|
|
134
|
-
* Returns the value of the first argument raised to the power of the second argument.
|
|
135
|
-
* @param aBase the base.
|
|
136
|
-
* @param anExponent the exponent.
|
|
137
|
-
* @return the value <code>aBase<sup>anExponent</sup></code>.
|
|
138
|
-
*/
|
|
139
|
-
export function pow(aBase: number, anExponent: number): number;
|
|
140
|
-
|
|
141
|
-
/**
|
|
142
|
-
* Returns the closest <code>int</code> to the argument.
|
|
143
|
-
* @param aValue a floating-point value to be rounded to an integer.
|
|
144
|
-
* @return the value of the argument rounded to the nearest <code>int</code> value.
|
|
145
|
-
*/
|
|
146
|
-
export function round(aValue: number): number;
|
|
147
|
-
|
|
148
|
-
/**
|
|
149
|
-
* Returns the closest <code>long</code> to the argument.
|
|
150
|
-
* @param aValue a floating-point value to be rounded to a <code>long</code>.
|
|
151
|
-
* @return the value of the argument rounded to the nearest <code>long</code> value.
|
|
152
|
-
*/
|
|
153
|
-
export function round(aValue: number): number;
|
|
154
|
-
|
|
155
|
-
/**
|
|
156
|
-
* Returns a <code>double</code> value with a positive sign, greater
|
|
157
|
-
* than or equal to <code>0.0</code> and less than <code>1.0</code>.
|
|
158
|
-
* @return a pseudorandom <code>double</code> greater than or equal to <code>0.0</code> and less than <code>1.0</code>.
|
|
159
|
-
*/
|
|
160
|
-
export function random(): number;
|
|
161
|
-
|
|
162
|
-
/**
|
|
163
|
-
* Returns the absolute value of an <code>int</code> value.
|
|
164
|
-
* @param aValue the argument whose absolute value is to be determined
|
|
165
|
-
* @return the absolute value of the argument.
|
|
166
|
-
*/
|
|
167
|
-
export function abs(aValue: number): number;
|
|
168
|
-
|
|
169
|
-
/**
|
|
170
|
-
* Returns the absolute value of a <code>long</code> value.
|
|
171
|
-
* @param aValue the argument whose absolute value is to be determined
|
|
172
|
-
* @return the absolute value of the argument.
|
|
173
|
-
*/
|
|
174
|
-
export function abs(aValue: number): number;
|
|
175
|
-
|
|
176
|
-
/**
|
|
177
|
-
* Returns the absolute value of a <code>float</code> value.
|
|
178
|
-
* @param aValue the argument whose absolute value is to be determined
|
|
179
|
-
* @return the absolute value of the argument.
|
|
180
|
-
*/
|
|
181
|
-
export function abs(aValue: number): number;
|
|
182
|
-
|
|
183
|
-
/**
|
|
184
|
-
* Returns the absolute value of a <code>double</code> value.
|
|
185
|
-
* @param aValue the argument whose absolute value is to be determined
|
|
186
|
-
* @return the absolute value of the argument.
|
|
187
|
-
*/
|
|
188
|
-
export function abs(aValue: number): number;
|
|
189
|
-
|
|
190
|
-
/**
|
|
191
|
-
* Returns the greater of two <code>int</code> values.
|
|
192
|
-
* @param aValue an argument.
|
|
193
|
-
* @param anAnotherValue another argument.
|
|
194
|
-
* @return the larger of <code>aValue</code> and <code>anAnotherValue</code>.
|
|
195
|
-
*/
|
|
196
|
-
export function max(aValue: number, anAnotherValue: number): number;
|
|
197
|
-
|
|
198
|
-
/**
|
|
199
|
-
* Returns the greater of two <code>long</code> values.
|
|
200
|
-
* @param aValue an argument.
|
|
201
|
-
* @param anAnotherValue another argument.
|
|
202
|
-
* @return the larger of <code>a</code> and <code>anAnotherValue</code>.
|
|
203
|
-
*/
|
|
204
|
-
export function max(aValue: number, anAnotherValue: number): number;
|
|
205
|
-
|
|
206
|
-
/**
|
|
207
|
-
* Returns the greater of two <code>float</code> values.
|
|
208
|
-
* @param aValue an argument.
|
|
209
|
-
* @param anAnotherValue another argument.
|
|
210
|
-
* @return the larger of <code>aValue</code> and <code>anAnotherValue</code>.
|
|
211
|
-
*/
|
|
212
|
-
export function max(aValue: number, anAnotherValue: number): number;
|
|
213
|
-
|
|
214
|
-
/**
|
|
215
|
-
* Returns the greater of two <code>double</code> values.
|
|
216
|
-
* @param aValue an argument.
|
|
217
|
-
* @param anAnotherValue another argument.
|
|
218
|
-
* @return the larger of <code>aValue</code> and <code>anAnotherValue</code>.
|
|
219
|
-
*/
|
|
220
|
-
export function max(aValue: number, anAnotherValue: number): number;
|
|
221
|
-
|
|
222
|
-
/**
|
|
223
|
-
* Returns the smaller of two <code>int</code> values.
|
|
224
|
-
* @param aValue an argument.
|
|
225
|
-
* @param anAnotherValue another argument.
|
|
226
|
-
* @return the smaller of <code>aValue</code> and <code>anAnotherValue</code>.
|
|
227
|
-
*/
|
|
228
|
-
export function min(aValue: number, anAnotherValue: number): number;
|
|
229
|
-
|
|
230
|
-
/**
|
|
231
|
-
* Returns the smaller of two <code>long</code> values.
|
|
232
|
-
* @param aValue an argument.
|
|
233
|
-
* @param anAnotherValue another argument.
|
|
234
|
-
* @return the smaller of <code>aValue</code> and <code>anAnotherValue</code>.
|
|
235
|
-
*/
|
|
236
|
-
export function min(aValue: number, anAnotherValue: number): number;
|
|
237
|
-
|
|
238
|
-
/**
|
|
239
|
-
* Returns the smaller of two <code>float</code> values.
|
|
240
|
-
* @param aValue an argument.
|
|
241
|
-
* @param anAnotherValue another argument.
|
|
242
|
-
* @return the smaller of <code>aValue</code> and <code>anAnotherValue</code>.
|
|
243
|
-
*/
|
|
244
|
-
export function min(aValue: number, anAnotherValue: number): number;
|
|
245
|
-
|
|
246
|
-
/**
|
|
247
|
-
* Returns the smaller of two <code>double</code> values.
|
|
248
|
-
* @param aValue an argument.
|
|
249
|
-
* @param anAnotherValue another argument.
|
|
250
|
-
* @return the smaller of <code>aValue</code> and <code>anAnotherValue</code>.
|
|
251
|
-
*/
|
|
252
|
-
export function min(aValue: number, anAnotherValue: number): number;
|
|
253
|
-
|
|
254
|
-
/**
|
|
255
|
-
* Returns the size of an ulp of the argument.
|
|
256
|
-
* @param aValue the floating-point value whose ulp is to be returned
|
|
257
|
-
* @return the size of an ulp of the argument
|
|
258
|
-
*/
|
|
259
|
-
export function ulp(aValue: number): number;
|
|
260
|
-
|
|
261
|
-
/**
|
|
262
|
-
* Returns the size of an ulp of the argument.
|
|
263
|
-
* @param aValue the floating-point value whose ulp is to be returned
|
|
264
|
-
* @return the size of an ulp of the argument
|
|
265
|
-
*/
|
|
266
|
-
export function ulp(aValue: number): number;
|
|
267
|
-
|
|
268
|
-
/**
|
|
269
|
-
* Returns the signum function of the argument.
|
|
270
|
-
* @param aValue the floating-point value whose signum is to be returned
|
|
271
|
-
* @return the signum function of the argument
|
|
272
|
-
*/
|
|
273
|
-
export function signum(aValue: number): number;
|
|
274
|
-
|
|
275
|
-
/**
|
|
276
|
-
* Returns the signum function of the argument.
|
|
277
|
-
* @param aValue the floating-point value whose signum is to be returned
|
|
278
|
-
* @return the signum function of the argument
|
|
279
|
-
*/
|
|
280
|
-
export function signum(aValue: number): number;
|
|
281
|
-
|
|
282
|
-
/**
|
|
283
|
-
* Returns the hyperbolic sine of a <code>double</code> value.
|
|
284
|
-
* @param aValue The number whose hyperbolic sine is to be returned.
|
|
285
|
-
* @return The hyperbolic sine of <code>aValue</code>.
|
|
286
|
-
*/
|
|
287
|
-
export function sinh(aValue: number): number;
|
|
288
|
-
|
|
289
|
-
/**
|
|
290
|
-
* Returns the hyperbolic cosine of a <code>double</code> value.
|
|
291
|
-
* @param aValue The number whose hyperbolic cosine is to be returned.
|
|
292
|
-
* @return The hyperbolic cosine of <code>aValue</code>.
|
|
293
|
-
*/
|
|
294
|
-
export function cosh(aValue: number): number;
|
|
295
|
-
|
|
296
|
-
/**
|
|
297
|
-
* Returns the hyperbolic tangent of a <code>double</code> value.
|
|
298
|
-
* @param aValue The number whose hyperbolic tangent is to be returned.
|
|
299
|
-
* @return The hyperbolic tangent of <code>aValue</code>.
|
|
300
|
-
*/
|
|
301
|
-
export function tanh(aValue: number): number;
|
|
302
|
-
|
|
303
|
-
/**
|
|
304
|
-
* Returns sqrt(<i>x</i><sup>2</sup> +<i>y</i><sup>2</sup>) without intermediate overflow or underflow.
|
|
305
|
-
* @param x a value
|
|
306
|
-
* @param y a value
|
|
307
|
-
* @return sqrt(<i>x</i><sup>2</sup> +<i>y</i><sup>2</sup>) without intermediate overflow or underflow
|
|
308
|
-
*/
|
|
309
|
-
export function hypot(x: number, y: number): number;
|
|
310
|
-
|
|
311
|
-
/**
|
|
312
|
-
* Returns <i>e</i><sup>x</sup> -1.
|
|
313
|
-
* @param x the exponent to raise <i>e</i> to in the computation of <i>e</i><sup><code>x</code></sup> -1.
|
|
314
|
-
* @return the value <i>e</i><sup><code>x</code></sup> - 1.
|
|
315
|
-
*/
|
|
316
|
-
export function expm1(x: number): number;
|
|
317
|
-
|
|
318
|
-
/**
|
|
319
|
-
* Returns the natural logarithm of the sum of the argument and 1.
|
|
320
|
-
* @param aValue a value
|
|
321
|
-
* @return the value ln(<code>aValue</code> + 1), the natural log of <code>aValue</code> + 1
|
|
322
|
-
*/
|
|
323
|
-
export function log1p(aValue: number): number;
|
|
324
|
-
|
|
325
|
-
/**
|
|
326
|
-
* Returns the first floating-point argument with the sign of the second floating-point argument.
|
|
327
|
-
* @param aMagnitude the parameter providing the magnitude of the result
|
|
328
|
-
* @param aSign the parameter providing the sign of the result
|
|
329
|
-
* @return a value with the magnitude of <code>aMagnitude</code> and the sign of <code>aSign</code>.
|
|
330
|
-
*/
|
|
331
|
-
export function copySign(aMagnitude: number, aSign: number): number;
|
|
332
|
-
|
|
333
|
-
/**
|
|
334
|
-
* Returns the first floating-point argument with the sign of the second floating-point argument.
|
|
335
|
-
* @param aMagnitude the parameter providing the magnitude of the result
|
|
336
|
-
* @param aSign the parameter providing the sign of the result
|
|
337
|
-
* @return a value with the magnitude of <code>aMagnitude</code> and the sign of <code>aSign</code>.
|
|
338
|
-
*/
|
|
339
|
-
export function copySign(aMagnitude: number, aSign: number): number;
|
|
340
|
-
|
|
341
|
-
/**
|
|
342
|
-
* Returns the unbiased exponent used in the representation of a <code>float</code>.
|
|
343
|
-
* @param aValue a float value
|
|
344
|
-
* @return the unbiased exponent of the argument
|
|
345
|
-
*/
|
|
346
|
-
export function getExponent(aValue: number): number;
|
|
347
|
-
|
|
348
|
-
/**
|
|
349
|
-
* Returns the unbiased exponent used in the representation of a <code>double</code>.
|
|
350
|
-
* @param aValue a double value
|
|
351
|
-
* @return the unbiased exponent of the argument
|
|
352
|
-
*/
|
|
353
|
-
export function getExponent(aValue: number): number;
|
|
354
|
-
|
|
355
|
-
/**
|
|
356
|
-
* Returns the floating-point number adjacent to the first argument in the direction of the second argument.
|
|
357
|
-
* @param aStart starting floating-point value
|
|
358
|
-
* @param aDirection value indicating which of <code>aStart</code>'s neighbors or <code>aStart</code> should be returned
|
|
359
|
-
* @return The floating-point number adjacent to <code>aStart</code> in the direction of <code>aDirection</code>.
|
|
360
|
-
*/
|
|
361
|
-
export function nextAfter(aStart: number, aDirection: number): number;
|
|
362
|
-
|
|
363
|
-
/**
|
|
364
|
-
* Returns the floating-point number adjacent to the first argument in the direction of the second argument.
|
|
365
|
-
* @param aStart starting floating-point value
|
|
366
|
-
* @param aDirection value indicating which of <code>aStart</code>'s neighbors or <code>aStart</code> should be returned
|
|
367
|
-
* @return The floating-point number adjacent to <code>aStart</code> in the direction of <code>aDirection</code>.
|
|
368
|
-
*/
|
|
369
|
-
export function nextAfter(aStart: number, aDirection: number): number;
|
|
370
|
-
|
|
371
|
-
/**
|
|
372
|
-
* Returns the floating-point value adjacent to a <code>double</code> in the direction of positive infinity.
|
|
373
|
-
* @param aValue starting floating-point value
|
|
374
|
-
* @return The adjacent floating-point value closer to positive infinity.
|
|
375
|
-
*/
|
|
376
|
-
export function nextUp(aValue: number): number;
|
|
377
|
-
|
|
378
|
-
/**
|
|
379
|
-
* Returns the floating-point value adjacent to a <code>float</code> in the direction of positive infinity.
|
|
380
|
-
* @param aValue starting floating-point value
|
|
381
|
-
* @return The adjacent floating-point value closer to positive infinity.
|
|
382
|
-
*/
|
|
383
|
-
export function nextUp(aValue: number): number;
|
|
384
|
-
|
|
385
|
-
/**
|
|
386
|
-
* Return <code>aDouble</code> × 2<sup><code>aScaleFactor</code></sup> rounded as if performed
|
|
387
|
-
* by a single correctly rounded floating-point multiply to a member of the double value set.
|
|
388
|
-
* @param aDouble number to be scaled by a power of two.
|
|
389
|
-
* @param aScaleFactor power of 2 used to scale <code>aDouble</code>
|
|
390
|
-
* @return <code>aDouble</code> × 2<sup><code>aScaleFactor</code></sup>
|
|
391
|
-
*/
|
|
392
|
-
export function scalb(aDouble: number, aScaleFactor: number): number;
|
|
393
|
-
|
|
394
|
-
/**
|
|
395
|
-
* Return <code>aFloat</code> × 2<sup><code>aScaleFactor</code></sup> rounded as if performed
|
|
396
|
-
* by a single correctly rounded floating-point multiply to a member of the float value set.
|
|
397
|
-
* @param aFloat number to be scaled by a power of two.
|
|
398
|
-
* @param aScaleFactor power of 2 used to scale <code>aFloat</code>
|
|
399
|
-
* @return <code>aFloat</code> × 2<sup><code>aScaleFactor</code></sup>
|
|
400
|
-
*/
|
|
401
|
-
export function scalb(aFloat: number, aScaleFactor: number): number;
|
|
402
|
-
|
|
403
|
-
/**
|
|
404
|
-
* Returns the sum of its arguments,throwing an exception if the result overflows an {@code int}.
|
|
405
|
-
* @param x the first value
|
|
406
|
-
* @param y the second value
|
|
407
|
-
* @return the result
|
|
408
|
-
* @throws ArithmeticException if the result overflows an int
|
|
409
|
-
* @since Sitevision 4.0
|
|
410
|
-
* @since Java 1.8
|
|
411
|
-
*/
|
|
412
|
-
export function addExact(x: number, y: number): number;
|
|
413
|
-
|
|
414
|
-
/**
|
|
415
|
-
* Returns the sum of its arguments, throwing an exception if the result overflows a {@code long}.
|
|
416
|
-
* @param x the first value
|
|
417
|
-
* @param y the second value
|
|
418
|
-
* @return the result
|
|
419
|
-
* @throws ArithmeticException if the result overflows a long
|
|
420
|
-
* @since Sitevision 4.0
|
|
421
|
-
* @since Java 1.8
|
|
422
|
-
*/
|
|
423
|
-
export function addExact(x: number, y: number): number;
|
|
424
|
-
|
|
425
|
-
/**
|
|
426
|
-
* Returns the difference of the arguments, throwing an exception if the result overflows an {@code int}.
|
|
427
|
-
* @param x the first value
|
|
428
|
-
* @param y the second value to subtract from the first
|
|
429
|
-
* @return the result
|
|
430
|
-
* @throws ArithmeticException if the result overflows an int
|
|
431
|
-
* @since Sitevision 4.0
|
|
432
|
-
* @since Java 1.8
|
|
433
|
-
*/
|
|
434
|
-
export function subtractExact(x: number, y: number): number;
|
|
435
|
-
|
|
436
|
-
/**
|
|
437
|
-
* Returns the difference of the arguments, throwing an exception if the result overflows a {@code long}.
|
|
438
|
-
* @param x the first value
|
|
439
|
-
* @param y the second value to subtract from the first
|
|
440
|
-
* @return the result
|
|
441
|
-
* @throws ArithmeticException if the result overflows a long
|
|
442
|
-
* @since Sitevision 4.0
|
|
443
|
-
* @since Java 1.8
|
|
444
|
-
*/
|
|
445
|
-
export function subtractExact(x: number, y: number): number;
|
|
446
|
-
|
|
447
|
-
/**
|
|
448
|
-
* Returns the product of the arguments, throwing an exception if the result overflows an {@code int}.
|
|
449
|
-
* @param x the first value
|
|
450
|
-
* @param y the second value
|
|
451
|
-
* @return the result
|
|
452
|
-
* @throws ArithmeticException if the result overflows an int
|
|
453
|
-
* @since Sitevision 4.0
|
|
454
|
-
* @since Java 1.8
|
|
455
|
-
*/
|
|
456
|
-
export function multiplyExact(x: number, y: number): number;
|
|
457
|
-
|
|
458
|
-
/**
|
|
459
|
-
* Returns the product of the arguments, throwing an exception if the result overflows a {@code long}.
|
|
460
|
-
* @param x the first value
|
|
461
|
-
* @param y the second value
|
|
462
|
-
* @return the result
|
|
463
|
-
* @throws ArithmeticException if the result overflows a long
|
|
464
|
-
* @since Sitevision 4.0
|
|
465
|
-
* @since Java 1.8
|
|
466
|
-
*/
|
|
467
|
-
export function multiplyExact(x: number, y: number): number;
|
|
468
|
-
|
|
469
|
-
/**
|
|
470
|
-
* Returns the argument incremented by one, throwing an exception if the result overflows an {@code int}.
|
|
471
|
-
* @param a the value to increment
|
|
472
|
-
* @return the result
|
|
473
|
-
* @throws ArithmeticException if the result overflows an int
|
|
474
|
-
* @since Sitevision 4.0
|
|
475
|
-
* @since Java 1.8
|
|
476
|
-
*/
|
|
477
|
-
export function incrementExact(a: number): number;
|
|
478
|
-
|
|
479
|
-
/**
|
|
480
|
-
* Returns the argument incremented by one, throwing an exception if the result overflows a {@code long}.
|
|
481
|
-
* @param a the value to increment
|
|
482
|
-
* @return the result
|
|
483
|
-
* @throws ArithmeticException if the result overflows a long
|
|
484
|
-
* @since Sitevision 4.0
|
|
485
|
-
* @since Java 1.8
|
|
486
|
-
*/
|
|
487
|
-
export function incrementExact(a: number): number;
|
|
488
|
-
|
|
489
|
-
/**
|
|
490
|
-
* Returns the argument decremented by one, throwing an exception if the result overflows an {@code int}.
|
|
491
|
-
* @param a the value to decrement
|
|
492
|
-
* @return the result
|
|
493
|
-
* @throws ArithmeticException if the result overflows an int
|
|
494
|
-
* @since Sitevision 4.0
|
|
495
|
-
* @since Java 1.8
|
|
496
|
-
*/
|
|
497
|
-
export function decrementExact(a: number): number;
|
|
498
|
-
|
|
499
|
-
/**
|
|
500
|
-
* Returns the argument decremented by one, throwing an exception if the result overflows a {@code long}.
|
|
501
|
-
* @param a the value to decrement
|
|
502
|
-
* @return the result
|
|
503
|
-
* @throws ArithmeticException if the result overflows a long
|
|
504
|
-
* @since Sitevision 4.0
|
|
505
|
-
* @since Java 1.8
|
|
506
|
-
*/
|
|
507
|
-
export function decrementExact(a: number): number;
|
|
508
|
-
|
|
509
|
-
/**
|
|
510
|
-
* Returns the negation of the argument, throwing an exception if the result overflows an {@code int}.
|
|
511
|
-
* @param a the value to negate
|
|
512
|
-
* @return the result
|
|
513
|
-
* @throws ArithmeticException if the result overflows an int
|
|
514
|
-
* @since Sitevision 4.0
|
|
515
|
-
* @since Java 1.8
|
|
516
|
-
*/
|
|
517
|
-
export function negateExact(a: number): number;
|
|
518
|
-
|
|
519
|
-
/**
|
|
520
|
-
* Returns the negation of the argument, throwing an exception if the result overflows a {@code long}.
|
|
521
|
-
* @param a the value to negate
|
|
522
|
-
* @return the result
|
|
523
|
-
* @throws ArithmeticException if the result overflows a long
|
|
524
|
-
* @since Sitevision 4.0
|
|
525
|
-
* @since Java 1.8
|
|
526
|
-
*/
|
|
527
|
-
export function negateExact(a: number): number;
|
|
528
|
-
|
|
529
|
-
/**
|
|
530
|
-
* Returns the value of the {@code long} argument, throwing an exception if the value overflows an {@code int}.
|
|
531
|
-
* @param value the long value
|
|
532
|
-
* @return the argument as an int
|
|
533
|
-
* @throws ArithmeticException if the {@code argument} overflows an int
|
|
534
|
-
* @since 1.8
|
|
535
|
-
*/
|
|
536
|
-
export function toIntExact(value: number): number;
|
|
537
|
-
|
|
538
|
-
/**
|
|
539
|
-
* Returns the largest (closest to positive infinity) {@code int} value that is less than or equal to the algebraic quotient.
|
|
540
|
-
* @param x the dividend
|
|
541
|
-
* @param y the divisor
|
|
542
|
-
* @return the largest (closest to positive infinity) {@code int} value that is less than or equal to the algebraic quotient.
|
|
543
|
-
* @throws ArithmeticException if the divisor {@code y} is zero
|
|
544
|
-
* @see #floorMod(int, int)
|
|
545
|
-
* @see #floor(double)
|
|
546
|
-
* @since Sitevision 4.0
|
|
547
|
-
* @since Java 1.8
|
|
548
|
-
*/
|
|
549
|
-
export function floorDiv(x: number, y: number): number;
|
|
550
|
-
|
|
551
|
-
/**
|
|
552
|
-
* Returns the largest (closest to positive infinity) {@code long} value that is less than or equal to the algebraic quotient.
|
|
553
|
-
* @param x the dividend
|
|
554
|
-
* @param y the divisor
|
|
555
|
-
* @return the largest (closest to positive infinity) {@code long} value that is less than or equal to the algebraic quotient.
|
|
556
|
-
* @throws ArithmeticException if the divisor {@code y} is zero
|
|
557
|
-
* @see #floorMod(long, long)
|
|
558
|
-
* @see #floor(double)
|
|
559
|
-
* @since Sitevision 4.0
|
|
560
|
-
* @since Java 1.8
|
|
561
|
-
*/
|
|
562
|
-
export function floorDiv(x: number, y: number): number;
|
|
563
|
-
|
|
564
|
-
/**
|
|
565
|
-
* Returns the floor modulus of the {@code int} arguments.
|
|
566
|
-
* @param x the dividend
|
|
567
|
-
* @param y the divisor
|
|
568
|
-
* @return the floor modulus {@code x - (floorDiv(x, y) * y)}
|
|
569
|
-
* @throws ArithmeticException if the divisor {@code y} is zero
|
|
570
|
-
* @see #floorDiv(int, int)
|
|
571
|
-
* @since 1.8
|
|
572
|
-
*/
|
|
573
|
-
export function floorMod(x: number, y: number): number;
|
|
574
|
-
|
|
575
|
-
/**
|
|
576
|
-
* Returns the floor modulus of the {@code long} arguments.
|
|
577
|
-
* @param x the dividend
|
|
578
|
-
* @param y the divisor
|
|
579
|
-
* @return the floor modulus {@code x - (floorDiv(x, y) * y)}
|
|
580
|
-
* @throws ArithmeticException if the divisor {@code y} is zero
|
|
581
|
-
* @see #floorDiv(long, long)
|
|
582
|
-
* @since Sitevision 4.0
|
|
583
|
-
* @since Java 1.8
|
|
584
|
-
*/
|
|
585
|
-
export function floorMod(x: number, y: number): number;
|
|
586
|
-
|
|
587
|
-
/**
|
|
588
|
-
* Returns the floating-point value adjacent to {@code d} in the direction of negative infinity.
|
|
589
|
-
* @param d starting floating-point value
|
|
590
|
-
* @return The adjacent floating-point value closer to negative infinity.
|
|
591
|
-
* @since Sitevision 4.0
|
|
592
|
-
* @since Java 1.8
|
|
593
|
-
*/
|
|
594
|
-
export function nextDown(d: number): number;
|
|
595
|
-
|
|
596
|
-
/**
|
|
597
|
-
* Returns the floating-point value adjacent to {@code f} in the direction of negative infinity.
|
|
598
|
-
* @param f starting floating-point value
|
|
599
|
-
* @return The adjacent floating-point value closer to negative infinity.
|
|
600
|
-
* @since Sitevision 4.0
|
|
601
|
-
* @since Java 1.8
|
|
602
|
-
*/
|
|
603
|
-
export function nextDown(f: number): number;
|
|
1
|
+
import type MathInstanceConstants from "../../types/senselogic/sitevision/api/render/velocity/VelocityAccess.MathInstanceConstants";
|
|
604
2
|
|
|
605
3
|
/**
|
|
606
4
|
* Instance wrapper for the <code>java.lang.Math</code> class that delegates all method calls to
|
|
@@ -613,62 +11,632 @@ export function nextDown(f: number): number;
|
|
|
613
11
|
* <p>
|
|
614
12
|
* An instance of the Sitevision class implementing this interface can be obtained via {@link InstanceCreatorUtil#getMathInstance()}.
|
|
615
13
|
* See {@link InstanceCreatorUtil} for how to obtain an instance of the <code>InstanceCreatorUtil</code> interface.
|
|
616
|
-
* </p>
|
|
617
|
-
* <i>e</i>, the base of the natural logarithms.The <code>double</code> value that is closer than any other to
|
|
618
|
-
* <i>pi</i>, the ratio of the circumference of a circle to its diameter.
|
|
14
|
+
* </p>
|
|
619
15
|
* @author Magnus Lövgren
|
|
620
16
|
* @since Sitevision 3.1
|
|
621
17
|
*/
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
18
|
+
export interface MathInstance extends MathInstanceConstants {
|
|
19
|
+
/**
|
|
20
|
+
* The <code>double</code> value that is closer than any other to
|
|
21
|
+
* <i>e</i>, the base of the natural logarithms.
|
|
22
|
+
|
|
23
|
+
*/
|
|
24
|
+
E: 2.718281828459045;
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* The <code>double</code> value that is closer than any other to
|
|
28
|
+
* <i>pi</i>, the ratio of the circumference of a circle to its diameter.
|
|
29
|
+
|
|
30
|
+
*/
|
|
31
|
+
PI: 3.141592653589793;
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Returns the trigonometric sine of an angle.
|
|
35
|
+
* @param anAngleInRadians an angle, in radians.
|
|
36
|
+
* @return the sine of the argument.
|
|
37
|
+
*/
|
|
38
|
+
sin(anAngleInRadians: number): number;
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Returns the trigonometric cosine of an angle.
|
|
42
|
+
* @param anAngleInRadians an angle, in radians.
|
|
43
|
+
* @return the cosine of the argument.
|
|
44
|
+
*/
|
|
45
|
+
cos(anAngleInRadians: number): number;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Returns the trigonometric tangent of an angle.
|
|
49
|
+
* @param anAngleInRadians an angle, in radians.
|
|
50
|
+
* @return the tangent of the argument.
|
|
51
|
+
*/
|
|
52
|
+
tan(anAngleInRadians: number): number;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Returns the arc sine of a value; the returned angle is in the range -<i>pi</i>/2 through <i>pi</i>/2.
|
|
56
|
+
* @param aValue the value whose arc sine is to be returned.
|
|
57
|
+
* @return the arc sine of the argument.
|
|
58
|
+
*/
|
|
59
|
+
asin(aValue: number): number;
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Returns the arc cosine of a value; the returned angle is in the range 0.0 through <i>pi</i>.
|
|
63
|
+
* @param aValue the value whose arc cosine is to be returned.
|
|
64
|
+
* @return the arc cosine of the argument.
|
|
65
|
+
*/
|
|
66
|
+
acos(aValue: number): number;
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Returns the arc tangent of a value; the returned angle is in the range -<i>pi</i>/2 through <i>pi</i>/2.
|
|
70
|
+
* @param aValue the value whose arc tangent is to be returned.
|
|
71
|
+
* @return the arc tangent of the argument.
|
|
72
|
+
*/
|
|
73
|
+
atan(aValue: number): number;
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
|
|
77
|
+
* @param anAngleInDegrees an angle, in degrees
|
|
78
|
+
* @return the measurement of the angle <code>anAngleInDegrees</code> in radians.
|
|
79
|
+
*/
|
|
80
|
+
toRadians(anAngleInDegrees: number): number;
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
|
|
84
|
+
* @param anAngleInRadians an angle, in radians
|
|
85
|
+
* @return the measurement of the angle <code>anAngleInRadians</code> in degrees.
|
|
86
|
+
*/
|
|
87
|
+
toDegrees(anAngleInRadians: number): number;
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* Returns Euler's number <i>e</i> raised to the power of a <code>double</code> value.
|
|
91
|
+
* @param anExponent the exponent to raise <i>e</i> to.
|
|
92
|
+
* @return the value <i>e</i><sup><code>anExponent</code></sup>, where <i>e</i> is the base of the natural logarithms.
|
|
93
|
+
*/
|
|
94
|
+
exp(anExponent: number): number;
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* Returns the natural logarithm (base <i>e</i>) of a <code>double</code> value.
|
|
98
|
+
* @param aValue a value
|
|
99
|
+
* @return the value ln <code>aValue</code>, the natural logarithm of <code>aValue</code>.
|
|
100
|
+
*/
|
|
101
|
+
log(aValue: number): number;
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* Returns the base 10 logarithm of a <code>double</code> value.
|
|
105
|
+
* @param aValue a value
|
|
106
|
+
* @return the base 10 logarithm of <code>aValue</code>.
|
|
107
|
+
*/
|
|
108
|
+
log10(aValue: number): number;
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* Returns the correctly rounded positive square root of a <code>double</code> value.
|
|
112
|
+
* @param aValue a value.
|
|
113
|
+
* @return the positive square root of <code>aValue</code>. If the argument is NaN or less than zero, the result is NaN.
|
|
114
|
+
*/
|
|
115
|
+
sqrt(aValue: number): number;
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* Returns the cube root of a <code>double</code> value.
|
|
119
|
+
* @param aValue a value.
|
|
120
|
+
* @return the cube root of <code>aValue</code>.
|
|
121
|
+
*/
|
|
122
|
+
cbrt(aValue: number): number;
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
|
|
126
|
+
* @param aDividend the dividend.
|
|
127
|
+
* @param aDivisor the divisor.
|
|
128
|
+
* @return the remainder when <code>aDividend</code> is divided by <code>aDivisor</code>.
|
|
129
|
+
*/
|
|
130
|
+
IEEEremainder(aDividend: number, aDivisor: number): number;
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* Returns the smallest (closest to negative infinity) <code>double</code> value that is greater than
|
|
134
|
+
* or equal to the argument and is equal to a mathematical integer.
|
|
135
|
+
* @param aValue a value.
|
|
136
|
+
* @return the smallest (closest to negative infinity) floating-point value that is greater than or equal to the argument and is equal to a mathematical integer.
|
|
137
|
+
*/
|
|
138
|
+
ceil(aValue: number): number;
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* Returns the largest (closest to positive infinity) <code>double</code> value that is less than
|
|
142
|
+
* or equal to the argument and is equal to a mathematical integer.
|
|
143
|
+
* @param aValue a value.
|
|
144
|
+
* @return the largest (closest to positive infinity) floating-point value that less than or equal to the argument and is equal to a mathematical integer.
|
|
145
|
+
*/
|
|
146
|
+
floor(aValue: number): number;
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* Returns the <code>double</code> value that is closest in value to the argument and is equal to
|
|
150
|
+
* a mathematical integer.
|
|
151
|
+
* @param aValue a value.
|
|
152
|
+
* @return the closest floating-point value to <code>aValue</code> that is equal to a mathematical integer.
|
|
153
|
+
*/
|
|
154
|
+
rint(aValue: number): number;
|
|
155
|
+
|
|
156
|
+
/**
|
|
157
|
+
* Returns the angle <i>theta</i> from the conversion of rectangular coordinates
|
|
158
|
+
* (<code>x</code>, <code>y</code>) to polar coordinates (r, <i>theta</i>).
|
|
159
|
+
* @param y the ordinate coordinate
|
|
160
|
+
* @param x the abscissa coordinate
|
|
161
|
+
* @return the <i>theta</i> component of the point (<i>r</i>, <i>theta</i>) in polar coordinates that corresponds to the point (<i>x</i>, <i>y</i>) in Cartesian coordinates.
|
|
162
|
+
*/
|
|
163
|
+
atan2(y: number, x: number): number;
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* Returns the value of the first argument raised to the power of the second argument.
|
|
167
|
+
* @param aBase the base.
|
|
168
|
+
* @param anExponent the exponent.
|
|
169
|
+
* @return the value <code>aBase<sup>anExponent</sup></code>.
|
|
170
|
+
*/
|
|
171
|
+
pow(aBase: number, anExponent: number): number;
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* Returns the closest <code>int</code> to the argument.
|
|
175
|
+
* @param aValue a floating-point value to be rounded to an integer.
|
|
176
|
+
* @return the value of the argument rounded to the nearest <code>int</code> value.
|
|
177
|
+
*/
|
|
178
|
+
round(aValue: number): number;
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* Returns the closest <code>long</code> to the argument.
|
|
182
|
+
* @param aValue a floating-point value to be rounded to a <code>long</code>.
|
|
183
|
+
* @return the value of the argument rounded to the nearest <code>long</code> value.
|
|
184
|
+
*/
|
|
185
|
+
round(aValue: number): number;
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* Returns a <code>double</code> value with a positive sign, greater
|
|
189
|
+
* than or equal to <code>0.0</code> and less than <code>1.0</code>.
|
|
190
|
+
* @return a pseudorandom <code>double</code> greater than or equal to <code>0.0</code> and less than <code>1.0</code>.
|
|
191
|
+
*/
|
|
192
|
+
random(): number;
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* Returns the absolute value of an <code>int</code> value.
|
|
196
|
+
* @param aValue the argument whose absolute value is to be determined
|
|
197
|
+
* @return the absolute value of the argument.
|
|
198
|
+
*/
|
|
199
|
+
abs(aValue: number): number;
|
|
200
|
+
|
|
201
|
+
/**
|
|
202
|
+
* Returns the absolute value of a <code>long</code> value.
|
|
203
|
+
* @param aValue the argument whose absolute value is to be determined
|
|
204
|
+
* @return the absolute value of the argument.
|
|
205
|
+
*/
|
|
206
|
+
abs(aValue: number): number;
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* Returns the absolute value of a <code>float</code> value.
|
|
210
|
+
* @param aValue the argument whose absolute value is to be determined
|
|
211
|
+
* @return the absolute value of the argument.
|
|
212
|
+
*/
|
|
213
|
+
abs(aValue: number): number;
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
* Returns the absolute value of a <code>double</code> value.
|
|
217
|
+
* @param aValue the argument whose absolute value is to be determined
|
|
218
|
+
* @return the absolute value of the argument.
|
|
219
|
+
*/
|
|
220
|
+
abs(aValue: number): number;
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* Returns the greater of two <code>int</code> values.
|
|
224
|
+
* @param aValue an argument.
|
|
225
|
+
* @param anAnotherValue another argument.
|
|
226
|
+
* @return the larger of <code>aValue</code> and <code>anAnotherValue</code>.
|
|
227
|
+
*/
|
|
228
|
+
max(aValue: number, anAnotherValue: number): number;
|
|
229
|
+
|
|
230
|
+
/**
|
|
231
|
+
* Returns the greater of two <code>long</code> values.
|
|
232
|
+
* @param aValue an argument.
|
|
233
|
+
* @param anAnotherValue another argument.
|
|
234
|
+
* @return the larger of <code>a</code> and <code>anAnotherValue</code>.
|
|
235
|
+
*/
|
|
236
|
+
max(aValue: number, anAnotherValue: number): number;
|
|
237
|
+
|
|
238
|
+
/**
|
|
239
|
+
* Returns the greater of two <code>float</code> values.
|
|
240
|
+
* @param aValue an argument.
|
|
241
|
+
* @param anAnotherValue another argument.
|
|
242
|
+
* @return the larger of <code>aValue</code> and <code>anAnotherValue</code>.
|
|
243
|
+
*/
|
|
244
|
+
max(aValue: number, anAnotherValue: number): number;
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* Returns the greater of two <code>double</code> values.
|
|
248
|
+
* @param aValue an argument.
|
|
249
|
+
* @param anAnotherValue another argument.
|
|
250
|
+
* @return the larger of <code>aValue</code> and <code>anAnotherValue</code>.
|
|
251
|
+
*/
|
|
252
|
+
max(aValue: number, anAnotherValue: number): number;
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* Returns the smaller of two <code>int</code> values.
|
|
256
|
+
* @param aValue an argument.
|
|
257
|
+
* @param anAnotherValue another argument.
|
|
258
|
+
* @return the smaller of <code>aValue</code> and <code>anAnotherValue</code>.
|
|
259
|
+
*/
|
|
260
|
+
min(aValue: number, anAnotherValue: number): number;
|
|
261
|
+
|
|
262
|
+
/**
|
|
263
|
+
* Returns the smaller of two <code>long</code> values.
|
|
264
|
+
* @param aValue an argument.
|
|
265
|
+
* @param anAnotherValue another argument.
|
|
266
|
+
* @return the smaller of <code>aValue</code> and <code>anAnotherValue</code>.
|
|
267
|
+
*/
|
|
268
|
+
min(aValue: number, anAnotherValue: number): number;
|
|
269
|
+
|
|
270
|
+
/**
|
|
271
|
+
* Returns the smaller of two <code>float</code> values.
|
|
272
|
+
* @param aValue an argument.
|
|
273
|
+
* @param anAnotherValue another argument.
|
|
274
|
+
* @return the smaller of <code>aValue</code> and <code>anAnotherValue</code>.
|
|
275
|
+
*/
|
|
276
|
+
min(aValue: number, anAnotherValue: number): number;
|
|
277
|
+
|
|
278
|
+
/**
|
|
279
|
+
* Returns the smaller of two <code>double</code> values.
|
|
280
|
+
* @param aValue an argument.
|
|
281
|
+
* @param anAnotherValue another argument.
|
|
282
|
+
* @return the smaller of <code>aValue</code> and <code>anAnotherValue</code>.
|
|
283
|
+
*/
|
|
284
|
+
min(aValue: number, anAnotherValue: number): number;
|
|
285
|
+
|
|
286
|
+
/**
|
|
287
|
+
* Returns the size of an ulp of the argument.
|
|
288
|
+
* @param aValue the floating-point value whose ulp is to be returned
|
|
289
|
+
* @return the size of an ulp of the argument
|
|
290
|
+
*/
|
|
291
|
+
ulp(aValue: number): number;
|
|
292
|
+
|
|
293
|
+
/**
|
|
294
|
+
* Returns the size of an ulp of the argument.
|
|
295
|
+
* @param aValue the floating-point value whose ulp is to be returned
|
|
296
|
+
* @return the size of an ulp of the argument
|
|
297
|
+
*/
|
|
298
|
+
ulp(aValue: number): number;
|
|
299
|
+
|
|
300
|
+
/**
|
|
301
|
+
* Returns the signum function of the argument.
|
|
302
|
+
* @param aValue the floating-point value whose signum is to be returned
|
|
303
|
+
* @return the signum function of the argument
|
|
304
|
+
*/
|
|
305
|
+
signum(aValue: number): number;
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* Returns the signum function of the argument.
|
|
309
|
+
* @param aValue the floating-point value whose signum is to be returned
|
|
310
|
+
* @return the signum function of the argument
|
|
311
|
+
*/
|
|
312
|
+
signum(aValue: number): number;
|
|
313
|
+
|
|
314
|
+
/**
|
|
315
|
+
* Returns the hyperbolic sine of a <code>double</code> value.
|
|
316
|
+
* @param aValue The number whose hyperbolic sine is to be returned.
|
|
317
|
+
* @return The hyperbolic sine of <code>aValue</code>.
|
|
318
|
+
*/
|
|
319
|
+
sinh(aValue: number): number;
|
|
320
|
+
|
|
321
|
+
/**
|
|
322
|
+
* Returns the hyperbolic cosine of a <code>double</code> value.
|
|
323
|
+
* @param aValue The number whose hyperbolic cosine is to be returned.
|
|
324
|
+
* @return The hyperbolic cosine of <code>aValue</code>.
|
|
325
|
+
*/
|
|
326
|
+
cosh(aValue: number): number;
|
|
327
|
+
|
|
328
|
+
/**
|
|
329
|
+
* Returns the hyperbolic tangent of a <code>double</code> value.
|
|
330
|
+
* @param aValue The number whose hyperbolic tangent is to be returned.
|
|
331
|
+
* @return The hyperbolic tangent of <code>aValue</code>.
|
|
332
|
+
*/
|
|
333
|
+
tanh(aValue: number): number;
|
|
334
|
+
|
|
335
|
+
/**
|
|
336
|
+
* Returns sqrt(<i>x</i><sup>2</sup> +<i>y</i><sup>2</sup>) without intermediate overflow or underflow.
|
|
337
|
+
* @param x a value
|
|
338
|
+
* @param y a value
|
|
339
|
+
* @return sqrt(<i>x</i><sup>2</sup> +<i>y</i><sup>2</sup>) without intermediate overflow or underflow
|
|
340
|
+
*/
|
|
341
|
+
hypot(x: number, y: number): number;
|
|
342
|
+
|
|
343
|
+
/**
|
|
344
|
+
* Returns <i>e</i><sup>x</sup> -1.
|
|
345
|
+
* @param x the exponent to raise <i>e</i> to in the computation of <i>e</i><sup><code>x</code></sup> -1.
|
|
346
|
+
* @return the value <i>e</i><sup><code>x</code></sup> - 1.
|
|
347
|
+
*/
|
|
348
|
+
expm1(x: number): number;
|
|
349
|
+
|
|
350
|
+
/**
|
|
351
|
+
* Returns the natural logarithm of the sum of the argument and 1.
|
|
352
|
+
* @param aValue a value
|
|
353
|
+
* @return the value ln(<code>aValue</code> + 1), the natural log of <code>aValue</code> + 1
|
|
354
|
+
*/
|
|
355
|
+
log1p(aValue: number): number;
|
|
356
|
+
|
|
357
|
+
/**
|
|
358
|
+
* Returns the first floating-point argument with the sign of the second floating-point argument.
|
|
359
|
+
* @param aMagnitude the parameter providing the magnitude of the result
|
|
360
|
+
* @param aSign the parameter providing the sign of the result
|
|
361
|
+
* @return a value with the magnitude of <code>aMagnitude</code> and the sign of <code>aSign</code>.
|
|
362
|
+
*/
|
|
363
|
+
copySign(aMagnitude: number, aSign: number): number;
|
|
364
|
+
|
|
365
|
+
/**
|
|
366
|
+
* Returns the first floating-point argument with the sign of the second floating-point argument.
|
|
367
|
+
* @param aMagnitude the parameter providing the magnitude of the result
|
|
368
|
+
* @param aSign the parameter providing the sign of the result
|
|
369
|
+
* @return a value with the magnitude of <code>aMagnitude</code> and the sign of <code>aSign</code>.
|
|
370
|
+
*/
|
|
371
|
+
copySign(aMagnitude: number, aSign: number): number;
|
|
372
|
+
|
|
373
|
+
/**
|
|
374
|
+
* Returns the unbiased exponent used in the representation of a <code>float</code>.
|
|
375
|
+
* @param aValue a float value
|
|
376
|
+
* @return the unbiased exponent of the argument
|
|
377
|
+
*/
|
|
378
|
+
getExponent(aValue: number): number;
|
|
379
|
+
|
|
380
|
+
/**
|
|
381
|
+
* Returns the unbiased exponent used in the representation of a <code>double</code>.
|
|
382
|
+
* @param aValue a double value
|
|
383
|
+
* @return the unbiased exponent of the argument
|
|
384
|
+
*/
|
|
385
|
+
getExponent(aValue: number): number;
|
|
386
|
+
|
|
387
|
+
/**
|
|
388
|
+
* Returns the floating-point number adjacent to the first argument in the direction of the second argument.
|
|
389
|
+
* @param aStart starting floating-point value
|
|
390
|
+
* @param aDirection value indicating which of <code>aStart</code>'s neighbors or <code>aStart</code> should be returned
|
|
391
|
+
* @return The floating-point number adjacent to <code>aStart</code> in the direction of <code>aDirection</code>.
|
|
392
|
+
*/
|
|
393
|
+
nextAfter(aStart: number, aDirection: number): number;
|
|
394
|
+
|
|
395
|
+
/**
|
|
396
|
+
* Returns the floating-point number adjacent to the first argument in the direction of the second argument.
|
|
397
|
+
* @param aStart starting floating-point value
|
|
398
|
+
* @param aDirection value indicating which of <code>aStart</code>'s neighbors or <code>aStart</code> should be returned
|
|
399
|
+
* @return The floating-point number adjacent to <code>aStart</code> in the direction of <code>aDirection</code>.
|
|
400
|
+
*/
|
|
401
|
+
nextAfter(aStart: number, aDirection: number): number;
|
|
402
|
+
|
|
403
|
+
/**
|
|
404
|
+
* Returns the floating-point value adjacent to a <code>double</code> in the direction of positive infinity.
|
|
405
|
+
* @param aValue starting floating-point value
|
|
406
|
+
* @return The adjacent floating-point value closer to positive infinity.
|
|
407
|
+
*/
|
|
408
|
+
nextUp(aValue: number): number;
|
|
409
|
+
|
|
410
|
+
/**
|
|
411
|
+
* Returns the floating-point value adjacent to a <code>float</code> in the direction of positive infinity.
|
|
412
|
+
* @param aValue starting floating-point value
|
|
413
|
+
* @return The adjacent floating-point value closer to positive infinity.
|
|
414
|
+
*/
|
|
415
|
+
nextUp(aValue: number): number;
|
|
416
|
+
|
|
417
|
+
/**
|
|
418
|
+
* Return <code>aDouble</code> × 2<sup><code>aScaleFactor</code></sup> rounded as if performed
|
|
419
|
+
* by a single correctly rounded floating-point multiply to a member of the double value set.
|
|
420
|
+
* @param aDouble number to be scaled by a power of two.
|
|
421
|
+
* @param aScaleFactor power of 2 used to scale <code>aDouble</code>
|
|
422
|
+
* @return <code>aDouble</code> × 2<sup><code>aScaleFactor</code></sup>
|
|
423
|
+
*/
|
|
424
|
+
scalb(aDouble: number, aScaleFactor: number): number;
|
|
425
|
+
|
|
426
|
+
/**
|
|
427
|
+
* Return <code>aFloat</code> × 2<sup><code>aScaleFactor</code></sup> rounded as if performed
|
|
428
|
+
* by a single correctly rounded floating-point multiply to a member of the float value set.
|
|
429
|
+
* @param aFloat number to be scaled by a power of two.
|
|
430
|
+
* @param aScaleFactor power of 2 used to scale <code>aFloat</code>
|
|
431
|
+
* @return <code>aFloat</code> × 2<sup><code>aScaleFactor</code></sup>
|
|
432
|
+
*/
|
|
433
|
+
scalb(aFloat: number, aScaleFactor: number): number;
|
|
434
|
+
|
|
435
|
+
/**
|
|
436
|
+
* Returns the sum of its arguments,throwing an exception if the result overflows an {@code int}.
|
|
437
|
+
* @param x the first value
|
|
438
|
+
* @param y the second value
|
|
439
|
+
* @return the result
|
|
440
|
+
* @throws ArithmeticException if the result overflows an int
|
|
441
|
+
* @since Sitevision 4.0
|
|
442
|
+
* @since Java 1.8
|
|
443
|
+
*/
|
|
444
|
+
addExact(x: number, y: number): number;
|
|
445
|
+
|
|
446
|
+
/**
|
|
447
|
+
* Returns the sum of its arguments, throwing an exception if the result overflows a {@code long}.
|
|
448
|
+
* @param x the first value
|
|
449
|
+
* @param y the second value
|
|
450
|
+
* @return the result
|
|
451
|
+
* @throws ArithmeticException if the result overflows a long
|
|
452
|
+
* @since Sitevision 4.0
|
|
453
|
+
* @since Java 1.8
|
|
454
|
+
*/
|
|
455
|
+
addExact(x: number, y: number): number;
|
|
456
|
+
|
|
457
|
+
/**
|
|
458
|
+
* Returns the difference of the arguments, throwing an exception if the result overflows an {@code int}.
|
|
459
|
+
* @param x the first value
|
|
460
|
+
* @param y the second value to subtract from the first
|
|
461
|
+
* @return the result
|
|
462
|
+
* @throws ArithmeticException if the result overflows an int
|
|
463
|
+
* @since Sitevision 4.0
|
|
464
|
+
* @since Java 1.8
|
|
465
|
+
*/
|
|
466
|
+
subtractExact(x: number, y: number): number;
|
|
467
|
+
|
|
468
|
+
/**
|
|
469
|
+
* Returns the difference of the arguments, throwing an exception if the result overflows a {@code long}.
|
|
470
|
+
* @param x the first value
|
|
471
|
+
* @param y the second value to subtract from the first
|
|
472
|
+
* @return the result
|
|
473
|
+
* @throws ArithmeticException if the result overflows a long
|
|
474
|
+
* @since Sitevision 4.0
|
|
475
|
+
* @since Java 1.8
|
|
476
|
+
*/
|
|
477
|
+
subtractExact(x: number, y: number): number;
|
|
478
|
+
|
|
479
|
+
/**
|
|
480
|
+
* Returns the product of the arguments, throwing an exception if the result overflows an {@code int}.
|
|
481
|
+
* @param x the first value
|
|
482
|
+
* @param y the second value
|
|
483
|
+
* @return the result
|
|
484
|
+
* @throws ArithmeticException if the result overflows an int
|
|
485
|
+
* @since Sitevision 4.0
|
|
486
|
+
* @since Java 1.8
|
|
487
|
+
*/
|
|
488
|
+
multiplyExact(x: number, y: number): number;
|
|
489
|
+
|
|
490
|
+
/**
|
|
491
|
+
* Returns the product of the arguments, throwing an exception if the result overflows a {@code long}.
|
|
492
|
+
* @param x the first value
|
|
493
|
+
* @param y the second value
|
|
494
|
+
* @return the result
|
|
495
|
+
* @throws ArithmeticException if the result overflows a long
|
|
496
|
+
* @since Sitevision 4.0
|
|
497
|
+
* @since Java 1.8
|
|
498
|
+
*/
|
|
499
|
+
multiplyExact(x: number, y: number): number;
|
|
500
|
+
|
|
501
|
+
/**
|
|
502
|
+
* Returns the argument incremented by one, throwing an exception if the result overflows an {@code int}.
|
|
503
|
+
* @param a the value to increment
|
|
504
|
+
* @return the result
|
|
505
|
+
* @throws ArithmeticException if the result overflows an int
|
|
506
|
+
* @since Sitevision 4.0
|
|
507
|
+
* @since Java 1.8
|
|
508
|
+
*/
|
|
509
|
+
incrementExact(a: number): number;
|
|
510
|
+
|
|
511
|
+
/**
|
|
512
|
+
* Returns the argument incremented by one, throwing an exception if the result overflows a {@code long}.
|
|
513
|
+
* @param a the value to increment
|
|
514
|
+
* @return the result
|
|
515
|
+
* @throws ArithmeticException if the result overflows a long
|
|
516
|
+
* @since Sitevision 4.0
|
|
517
|
+
* @since Java 1.8
|
|
518
|
+
*/
|
|
519
|
+
incrementExact(a: number): number;
|
|
520
|
+
|
|
521
|
+
/**
|
|
522
|
+
* Returns the argument decremented by one, throwing an exception if the result overflows an {@code int}.
|
|
523
|
+
* @param a the value to decrement
|
|
524
|
+
* @return the result
|
|
525
|
+
* @throws ArithmeticException if the result overflows an int
|
|
526
|
+
* @since Sitevision 4.0
|
|
527
|
+
* @since Java 1.8
|
|
528
|
+
*/
|
|
529
|
+
decrementExact(a: number): number;
|
|
530
|
+
|
|
531
|
+
/**
|
|
532
|
+
* Returns the argument decremented by one, throwing an exception if the result overflows a {@code long}.
|
|
533
|
+
* @param a the value to decrement
|
|
534
|
+
* @return the result
|
|
535
|
+
* @throws ArithmeticException if the result overflows a long
|
|
536
|
+
* @since Sitevision 4.0
|
|
537
|
+
* @since Java 1.8
|
|
538
|
+
*/
|
|
539
|
+
decrementExact(a: number): number;
|
|
540
|
+
|
|
541
|
+
/**
|
|
542
|
+
* Returns the negation of the argument, throwing an exception if the result overflows an {@code int}.
|
|
543
|
+
* @param a the value to negate
|
|
544
|
+
* @return the result
|
|
545
|
+
* @throws ArithmeticException if the result overflows an int
|
|
546
|
+
* @since Sitevision 4.0
|
|
547
|
+
* @since Java 1.8
|
|
548
|
+
*/
|
|
549
|
+
negateExact(a: number): number;
|
|
550
|
+
|
|
551
|
+
/**
|
|
552
|
+
* Returns the negation of the argument, throwing an exception if the result overflows a {@code long}.
|
|
553
|
+
* @param a the value to negate
|
|
554
|
+
* @return the result
|
|
555
|
+
* @throws ArithmeticException if the result overflows a long
|
|
556
|
+
* @since Sitevision 4.0
|
|
557
|
+
* @since Java 1.8
|
|
558
|
+
*/
|
|
559
|
+
negateExact(a: number): number;
|
|
560
|
+
|
|
561
|
+
/**
|
|
562
|
+
* Returns the value of the {@code long} argument, throwing an exception if the value overflows an {@code int}.
|
|
563
|
+
* @param value the long value
|
|
564
|
+
* @return the argument as an int
|
|
565
|
+
* @throws ArithmeticException if the {@code argument} overflows an int
|
|
566
|
+
* @since 1.8
|
|
567
|
+
*/
|
|
568
|
+
toIntExact(value: number): number;
|
|
569
|
+
|
|
570
|
+
/**
|
|
571
|
+
* Returns the largest (closest to positive infinity) {@code int} value that is less than or equal to the algebraic quotient.
|
|
572
|
+
* @param x the dividend
|
|
573
|
+
* @param y the divisor
|
|
574
|
+
* @return the largest (closest to positive infinity) {@code int} value that is less than or equal to the algebraic quotient.
|
|
575
|
+
* @throws ArithmeticException if the divisor {@code y} is zero
|
|
576
|
+
* @see #floorMod(int, int)
|
|
577
|
+
* @see #floor(double)
|
|
578
|
+
* @since Sitevision 4.0
|
|
579
|
+
* @since Java 1.8
|
|
580
|
+
*/
|
|
581
|
+
floorDiv(x: number, y: number): number;
|
|
582
|
+
|
|
583
|
+
/**
|
|
584
|
+
* Returns the largest (closest to positive infinity) {@code long} value that is less than or equal to the algebraic quotient.
|
|
585
|
+
* @param x the dividend
|
|
586
|
+
* @param y the divisor
|
|
587
|
+
* @return the largest (closest to positive infinity) {@code long} value that is less than or equal to the algebraic quotient.
|
|
588
|
+
* @throws ArithmeticException if the divisor {@code y} is zero
|
|
589
|
+
* @see #floorMod(long, long)
|
|
590
|
+
* @see #floor(double)
|
|
591
|
+
* @since Sitevision 4.0
|
|
592
|
+
* @since Java 1.8
|
|
593
|
+
*/
|
|
594
|
+
floorDiv(x: number, y: number): number;
|
|
595
|
+
|
|
596
|
+
/**
|
|
597
|
+
* Returns the floor modulus of the {@code int} arguments.
|
|
598
|
+
* @param x the dividend
|
|
599
|
+
* @param y the divisor
|
|
600
|
+
* @return the floor modulus {@code x - (floorDiv(x, y) * y)}
|
|
601
|
+
* @throws ArithmeticException if the divisor {@code y} is zero
|
|
602
|
+
* @see #floorDiv(int, int)
|
|
603
|
+
* @since 1.8
|
|
604
|
+
*/
|
|
605
|
+
floorMod(x: number, y: number): number;
|
|
606
|
+
|
|
607
|
+
/**
|
|
608
|
+
* Returns the floor modulus of the {@code long} arguments.
|
|
609
|
+
* @param x the dividend
|
|
610
|
+
* @param y the divisor
|
|
611
|
+
* @return the floor modulus {@code x - (floorDiv(x, y) * y)}
|
|
612
|
+
* @throws ArithmeticException if the divisor {@code y} is zero
|
|
613
|
+
* @see #floorDiv(long, long)
|
|
614
|
+
* @since Sitevision 4.0
|
|
615
|
+
* @since Java 1.8
|
|
616
|
+
*/
|
|
617
|
+
floorMod(x: number, y: number): number;
|
|
618
|
+
|
|
619
|
+
/**
|
|
620
|
+
* Returns the floating-point value adjacent to {@code d} in the direction of negative infinity.
|
|
621
|
+
* @param d starting floating-point value
|
|
622
|
+
* @return The adjacent floating-point value closer to negative infinity.
|
|
623
|
+
* @since Sitevision 4.0
|
|
624
|
+
* @since Java 1.8
|
|
625
|
+
*/
|
|
626
|
+
nextDown(d: number): number;
|
|
627
|
+
|
|
628
|
+
/**
|
|
629
|
+
* Returns the floating-point value adjacent to {@code f} in the direction of negative infinity.
|
|
630
|
+
* @param f starting floating-point value
|
|
631
|
+
* @return The adjacent floating-point value closer to negative infinity.
|
|
632
|
+
* @since Sitevision 4.0
|
|
633
|
+
* @since Java 1.8
|
|
634
|
+
*/
|
|
635
|
+
nextDown(f: number): number;
|
|
672
636
|
}
|
|
673
637
|
|
|
674
|
-
|
|
638
|
+
declare namespace MathInstance {}
|
|
639
|
+
|
|
640
|
+
declare var mathInstance: MathInstance;
|
|
641
|
+
|
|
642
|
+
export = mathInstance;
|