Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "quick"

Index

Type aliases

History

A history of expressions.

UDPServerAction

UDPServerAction: function

Type declaration

    • (): void
    • Returns void

Variables

Hexy

Hexy: any = require('hexy')

KEY_HISTORY

KEY_HISTORY: "vsscQuickCommandHistory" = "vsscQuickCommandHistory"

KEY_LAST_QUICK_COMMAND

KEY_LAST_QUICK_COMMAND: "vsscLastQuickCommand" = "vsscLastQuickCommand"

MAX_RAND

MAX_RAND: 2147483647 = 2147483647

MIN_RAND

MIN_RAND: -2147483648 = -2147483648

PublicIP

PublicIP: any = require('public-ip')

RandomInt

RandomInt: any = require('random-int')

_events

_events: EventEmitter

_lastResult

_lastResult: any

_nextUDPServerID

_nextUDPServerID: any

_permanentCurrentDirectory

_permanentCurrentDirectory: string

_permanentDisableHexView

_permanentDisableHexView: boolean

_permanentNoResultInfo

_permanentNoResultInfo: boolean

_permanentShowResultInTab

_permanentShowResultInTab: boolean

_prevVal

_prevVal: any

_state

_state: any

_udpServerActions

_udpServerActions: UDPServerAction[]

_udpServers

_udpServers: UDPServer[]

_values

_values: any[]

Functions

_closeUDPSafe

  • _closeUDPSafe(socket: Socket): boolean
  • Parameters

    • socket: Socket

    Returns boolean

_executeExpression

  • _executeExpression(_expr: string): void
  • Parameters

    • _expr: string

    Returns void

_fromMarkdown

  • _fromMarkdown(markdown: any): string
  • Parameters

    • markdown: any

    Returns string

_generateHTMLForResult

  • _generateHTMLForResult(expr: string, result: any, disableHexView: boolean): string
  • Parameters

    • expr: string
    • result: any
    • disableHexView: boolean

    Returns string

_generateHelpHTML

  • _generateHelpHTML(): string

_handleUDPServerActionsSafe

  • _handleUDPServerActionsSafe(): boolean

_httpRequest

  • _httpRequest(method: string, url: string, headers: any, body: string | Buffer, resultWithHeaders?: boolean): Promise<HttpResponse>
  • Parameters

    • method: string
    • url: string
    • headers: any
    • body: string | Buffer
    • Default value resultWithHeaders: boolean = false

    Returns Promise<HttpResponse>

_normalizeHistory

_toHistoryEntryEx

quickExecution

  • quickExecution(): void
  • Does a "quick execution".

    Returns void

reset

  • reset(): void
  • Resets all states and data.

    Returns void

Generated using TypeDoc