Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BorysLevytskyi/BitwiseCmd
/ functions
Functions
264 in github.com/BorysLevytskyi/BitwiseCmd
⨍
Functions
264
◇
Types & classes
54
↓ 99 callers
Method
num
()
src/core/Integer.ts:110
↓ 80 callers
Method
parse
(input : string)
src/expression/numberParser.ts:28
↓ 49 callers
Method
toString
()
src/expression/Operator.ts:40
↓ 43 callers
Method
int
(value: IntegerInput)
src/core/Integer.ts:38
↓ 29 callers
Method
command
(cmd : string | object, handler? : any)
src/shell/cmd.ts:66
↓ 29 callers
Method
toString
()
src/networking/models.ts:39
↓ 24 callers
Method
evaluate
(operand? : Operand)
src/expression/expression-interfaces.ts:12
↓ 22 callers
Method
toString
(base?:number)
src/core/Integer.ts:106
↓ 19 callers
Method
getUnderlyingOperand
()
src/expression/Operand.ts:45
↓ 17 callers
Function
getNetworkClass
(ipAddress: IpAddress)
src/networking/subnet-utils.tsx:57
↓ 16 callers
Method
addCommandResult
(input: string, view: ViewFactory)
src/shell/AppState.ts:65
↓ 13 callers
Method
triggerChanged
(attribute: AppStateAttribute)
src/shell/AppState.ts:94
↓ 10 callers
Function
asInteger
(num: JsNumber | Integer | string)
src/core/Integer.ts:119
↓ 10 callers
Function
ipm
(f:number, s:number, t:number, fr:number, m:number)
src/networking/subnet-utils.test.tsx:18
↓ 10 callers
Function
mask
(n: number)
src/networking/subnet-utils.test.tsx:7
↓ 10 callers
Method
toBinaryString
(skipDots?: boolean)
src/networking/models.ts:43
↓ 9 callers
Method
execute
(rawInput: string, ops?: CommandOptions )
src/shell/cmd.ts:35
↓ 9 callers
Function
random
(from: number, to: number)
src/core/utils.tsx:21
↓ 9 callers
Method
toSigned
()
src/core/Integer.ts:67
↓ 8 callers
Function
bin
(i: number)
src/core/calc.compatibility.test.ts:34
↓ 8 callers
Method
bin
(value: number, octetNumber: OctetNumber, ip: IpAddress)
src/networking/components/IpAddressView.tsx:30
↓ 8 callers
Function
createSubnetMaskIp
(ipm: IpAddressWithSubnetMask)
src/networking/subnet-utils.tsx:4
↓ 8 callers
Function
emBin
(number: Integer | JsNumber)
src/core/formatter.ts:49
↓ 7 callers
Function
checkSameLength
(bin1: string, bin2: string)
src/core/calc.ts:324
↓ 7 callers
Function
getNetworkAddress
(ipm: IpAddressWithSubnetMask)
src/networking/subnet-utils.tsx:23
↓ 7 callers
Method
resize
(newSize: number)
src/core/Integer.ts:81
↓ 7 callers
Method
unsigned
(value : IntegerInput, maxBitSize?: number)
src/core/Integer.ts:26
↓ 6 callers
Function
asIntN
(num: JsNumber | Integer)
src/core/utils.tsx:14
↓ 6 callers
Function
getBroadCastAddress
(ipm: IpAddressWithSubnetMask)
src/networking/subnet-utils.tsx:27
↓ 6 callers
Method
long
(value: IntegerInput)
src/core/Integer.ts:34
↓ 6 callers
Function
sendAnalyticsEvent
(evt : AnalyticsEvent)
src/shell/analytics.ts:11
↓ 6 callers
Method
setUiTheme
(theme: string)
src/shell/AppState.ts:98
↓ 5 callers
Method
abs
()
src/core/Integer.ts:50
↓ 5 callers
Method
byte
(value: IntegerInput)
src/core/Integer.ts:46
↓ 5 callers
Method
convertTo
(other: Integer)
src/core/Integer.ts:92
↓ 5 callers
Function
flipBitsToOne
(byte : number, numberOfBits : number)
src/core/byte.ts:13
↓ 5 callers
Method
onChange
(handler: AppStateChangeHandler)
src/shell/AppState.ts:90
↓ 5 callers
Method
setValue
(value : Integer)
src/expression/Operand.ts:31
↓ 5 callers
Function
tokenizeString
(input: string)
src/expression/ExpressionParser.test.ts:80
↓ 4 callers
Method
calcMaxNumberOfBits
(op: Operand)
src/expression/components/BitwiseResultViewModel.ts:142
↓ 4 callers
Method
caseParse
(input : string)
src/expression/numberParser.ts:23
↓ 4 callers
Method
changeValue
(newValue: Integer)
src/expression/components/BitwiseResultView.tsx:233
↓ 4 callers
Function
flip
(maskBits: number, byte: number)
src/networking/subnet-utils.tsx:38
↓ 4 callers
Function
flipBitsToZero
(byte: number, numberOfBits : number)
src/core/byte.ts:1
↓ 4 callers
Function
invalid
(n: number)
src/networking/ip-parser.ts:81
↓ 4 callers
Method
setLabel
(label : string)
src/expression/Operand.ts:36
↓ 4 callers
Function
toSignedBigInt
(bin: string)
src/core/calc.ts:251
↓ 4 callers
Method
toggleEmphasizeBytes
(value?: boolean)
src/shell/AppState.ts:85
↓ 3 callers
Function
chunkifyString
(input: string, chunkSize: number)
src/core/utils.tsx:3
↓ 3 callers
Function
getHeader
()
src/shell/Bladerunner.ts:10
↓ 3 callers
Function
gtag
()
public/analytics.js:27
↓ 3 callers
Function
isInteger
(num: JsNumber | Integer)
src/core/Integer.ts:137
↓ 3 callers
Method
onValueChanged
()
src/expression/components/BitwiseResultView.tsx:88
↓ 3 callers
Function
parseScalarValue
(input : string)
src/expression/expression.ts:133
↓ 3 callers
Function
testBinary
(expectedInput:string, actualInput: string)
src/expression/expression.test.ts:275
↓ 3 callers
Method
toUnsigned
()
src/core/Integer.ts:60
↓ 3 callers
Method
toggleAnnotateTypes
(value?: boolean)
src/shell/AppState.ts:119
↓ 3 callers
Function
tokenize
(input: string)
src/expression/ExpressionParser.test.ts:51
↓ 3 callers
Function
trackCommand
(action: string, ops: CommandOptions)
src/networking/module.tsx:69
↓ 3 callers
Function
turnLightsOff
()
src/shell/Bladerunner.ts:7
↓ 2 callers
Method
addExpressionResultRow
(expr : Operand)
src/expression/components/BitwiseResultViewModel.ts:127
↓ 2 callers
Method
addFactory
(factory: IExpressionParserFactory)
src/expression/expression.ts:52
↓ 2 callers
Method
addOperatorRow
(expr: Operator)
src/expression/components/BitwiseResultViewModel.ts:96
↓ 2 callers
Method
addScalarRow
(expr: Operand)
src/expression/components/BitwiseResultViewModel.ts:83
↓ 2 callers
Method
applyEmphasizeBytes
(bits : number, emphasizeBytes : boolean)
src/expression/components/BitwiseResultViewModel.ts:151
↓ 2 callers
Method
canCreate
(input: string)
src/expression/expression.ts:59
↓ 2 callers
Method
changeSubnetBits
(n: number)
src/networking/components/VpcView.tsx:127
↓ 2 callers
Method
changeVpcCidr
(newCidr: IpAddressWithSubnetMask)
src/networking/components/VpcView.tsx:131
↓ 2 callers
Function
flip
(bit:string)
src/core/calc.ts:329
↓ 2 callers
Function
flipSubnetMaskBits
(ipm: IpAddressWithSubnetMask, flipper : FlipFunction, fullByte: number)
src/networking/subnet-utils.tsx:36
↓ 2 callers
Function
getAddressSpaceSize
(maskSize: number)
src/networking/subnet-utils.tsx:31
↓ 2 callers
Method
getLabelString
(op: Operand)
src/expression/components/BitwiseResultView.tsx:194
↓ 2 callers
Method
handleError
(input: string, err: Error)
src/shell/cmd.ts:110
↓ 2 callers
Method
normalizeString
(input : string)
src/expression/expression.ts:128
↓ 2 callers
Function
normalizeTheme
(theme: string)
src/shell/AppState.ts:172
↓ 2 callers
Method
onBitClicked
(args: BitClickedEventArg)
src/expression/components/BitwiseResultView.tsx:203
↓ 2 callers
Function
operation
(op1: Integer, operator: string, op2 : Integer)
src/core/calc.ts:30
↓ 2 callers
Function
parse
(tokens: Token[])
src/expression/ExpressionParser.test.ts:84
↓ 2 callers
Method
refresh
()
src/shell/components/AppRoot.tsx:34
↓ 2 callers
Function
startLightsIfWereOnAfterDelay
()
src/shell/Bladerunner.ts:31
↓ 1 callers
Method
addShiftExpressionResultRow
(expr : Operator, resultExpr : Operand)
src/expression/components/BitwiseResultViewModel.ts:113
↓ 1 callers
Function
addStateListener
(appState: AppState)
src/shell/Bladerunner.ts:38
↓ 1 callers
Function
applyNotOperator
(operand: Operand)
src/expression/Operator.ts:45
↓ 1 callers
Function
applyOperator
(op1 : Operand, operator: string, op2 : Operand)
src/expression/Operator.ts:49
↓ 1 callers
Function
bootstrapAppData
()
src/shell/startup.ts:15
↓ 1 callers
Method
buildBitwiseOperation
(expr : BitwiseOperation, config : Config)
src/expression/components/BitwiseResultViewModel.ts:44
↓ 1 callers
Method
buildListOfNumbers
(expr : ListOfNumbers, config : Config)
src/expression/components/BitwiseResultViewModel.ts:37
↓ 1 callers
Method
canHandle
(input:string)
src/shell/cmd.ts:21
↓ 1 callers
Method
canParse
(input: string)
src/expression/expression.ts:25
↓ 1 callers
Method
clearCommandResults
()
src/shell/AppState.ts:72
↓ 1 callers
Function
copyLink
(e: any)
src/shell/components/DisplayResultView.tsx:25
↓ 1 callers
Method
create
(vpc: VpcCommand)
src/networking/components/VpcView.tsx:119
↓ 1 callers
Method
create
(input : string)
src/expression/expression.ts:69
↓ 1 callers
Function
createAppState
(env:string)
src/shell/startup.ts:30
↓ 1 callers
Method
createBits
(bitChars: string[])
src/core/components/BinaryString.tsx:56
↓ 1 callers
Method
createHandler
(cmd : string | object, handler : HandleFunction)
src/shell/cmd.ts:86
↓ 1 callers
Method
createModel
(expr : Expression, emphasizeBytes: boolean, annotateDataTypes: boolean)
src/expression/components/BitwiseResultViewModel.ts:165
↓ 1 callers
Function
detectSize
(value: bigint, signed: boolean)
src/core/Integer.ts:140
↓ 1 callers
Function
equalizeSize
(n1: Integer, n2: Integer)
src/core/calc.ts:340
↓ 1 callers
Function
equalizeSize
(op1: Operand, op2: Operand)
src/expression/Operator.ts:65
next →
1–100 of 264, ranked by callers