Global

Members

core/ɵgetLocalePluralCase

Source:

(constant) EventEmitter

Handles incoming alarm information and persists them at the coredatabase. (c) Jens Dinstühler 2020 Version 1.0.0
Source:

(constant) EventEmitter

Handles incoming external ip information and persists them at the coredatabase. (c) Jens Dinstühler 2020 Version 1.0.0
Source:

(constant) EventEmitter

Handles incoming state information and persists them at the coredatabase. (c) Jens Dinstühler 2020 Version 1.0.0
Source:

inherits

Inherit the prototype methods from one constructor into another. The Function.prototype.inherits from lang.js rewritten as a standalone function (not on Function.prototype). NOTE: If this file is to be loaded during bootstrapping this function needs to be rewritten using some native functions as prototype setup using normal JavaScript does not work as expected during bootstrapping (see mirror.js in r114903).
Source:

(constant) md5

Authentication related methods
Source:

operation

NOW START CREATING THE PDF DOCUMENT
Source:

(constant) opts

Start API Logger
Source:

punycode :Object

The `punycode` object.
Type:
  • Object
Source:

serviceState

ILSFAX Konnector Service description: This class is called in a separate node process in Plugin "ILSFAX Konnektor". This service checks a defined inbound directory for new faximilies from ils and parses them if a new faximile has been found. author: Jens Dinstühler 2020 version: 1.0.0
Source:

serviceState

KatSys Konnector Service description: This class is called in a separate node process in Plugin "KatSys Konnector". This service opens a connection to KatSys Cloud (ws) and recieves Status, Alarms and ZVEI Code Alarms. author: Jens Dinstühler 2020 version: 1.0.0
Source:

Methods

addFile(file, pos)

Adds a file to the source map output if it has not already been added
Parameters:
Name Type Description
file String
pos Object
Source:

applySourceMaps()

Applies any original source maps to the output and embeds the source file contents in the source map.
Source:

checkWorkingDirectories()

Function checks if configured inboudn and archive paths are defined and existing. If not, tries to create the configured paths before starting the watcher. In case there is an error in creating paths, returns false;
Source:

checkWorkingDirectories()

Function checks if configured inboudn and archive paths are defined and existing. If not, tries to create the configured paths before starting the watcher. In case there is an error in creating paths, returns false;
Source:

comment(node)

Process comments, drops sourceMap comments.
Parameters:
Name Type Description
node Object
Source:

connectToKatsys()

configures katsys object and starts connection
Source:

decode()

Decodes the next base 64 VLQ value from the given string and returns the value and the rest of the string via the out parameter.
Source:

decode()

Decode a single base 64 character code digit to an integer. Returns -1 on failure.
Source:

emit(str, posopt) → {String}

Emit `str`.
Parameters:
Name Type Attributes Description
str String
pos Object <optional>
Source:
Returns:
Type
String

encode()

Returns the base 64 VLQ encoded value.
Source:

encode()

Encode an integer in the range of 0 to 63 to a single base 64 digit.
Source:

get()

Device-Information getters
Source:

get()

User getters and setters
Source:

get()

Auth getters and setters
Source:

get()

UserService getters and setters
Source:

get()

A translatable section could be: - the content of translatable element, - nodes between `` and `` comments
Source:

get()

Returns a detailed summary of each styling entry in the context. See `TStylingTupleSummary`.
Source:

get()

Returns a detailed summary of each styling entry in the context and what their runtime representation is. See `LStylingSummary`.
Source:

get()

Returns a key/value map of all the styles/classes that were last applied to the element.
Source:

get()

Flags associated with the `LView` unpacked into a more readable state.
Source:

get()

The tree of nodes associated with the current `LView`. The nodes have been normalized into a tree structure with relevant details pulled out for readability.
Source:

get()

Additional information which is hidden behind a property. The extra level of indirection is done so that the debug view would not be cluttered with properties which are only rarely relevant to the developer.
Source:

get()

Normalized view of child views (and containers) attached at this location.
Source:

get()

A list of operation information about how the OpCodes will act on the view.
Source:

get()

A list of operation information about how the OpCodes will act on the view.
Source:

get()

Deprecated:
  • No replacement
Source:

get()

Flag indicating that this injector was previously destroyed.
Source:

get()

Source:
Returns:
the number of keys registered in the system.

get()

Deprecated:
  • No replacement
Source:

get()

Retrieve the platform Injector, which is the parent injector for every Angular application on the page and provides singleton providers.
Source:

get()

Returns the number of attached views.
Source:

get()

Gets a map of property names to property values for an element. This map includes: - Regular property bindings (e.g. `[id]="id"`) - Host property bindings (e.g. `host: { '[id]': "id" }`) - Interpolated property bindings (e.g. `id="{{ value }}") It does not include: - input property bindings (e.g. `[myCustomInput]="value"`) - attribute bindings (e.g. `[attr.role]="menu"`)
Source:

get()

Reports the value of the control if it is present, otherwise null.
Source:

get()

Reports whether the control is valid. A control is considered valid if no validation errors exist with the current value. If the control is not present, null is returned.
Source:

get()

Reports whether the control is invalid, meaning that an error exists in the input value. If the control is not present, null is returned.
Source:

get()

Reports whether a control is pending, meaning that that async validation is occurring and errors are not yet available for the input value. If the control is not present, null is returned.
Source:

get()

Reports whether the control is disabled, meaning that the control is disabled in the UI and is exempt from validation checks and excluded from aggregate values of ancestor controls. If the control is not present, null is returned.
Source:

get()

Reports whether the control is enabled, meaning that the control is included in ancestor calculations of validity or value. If the control is not present, null is returned.
Source:

get()

Reports the control's validation errors. If the control is not present, null is returned.
Source:

get()

Reports whether the control is pristine, meaning that the user has not yet changed the value in the UI. If the control is not present, null is returned.
Source:

get()

Reports whether the control is dirty, meaning that the user has changed the value in the UI. If the control is not present, null is returned.
Source:

get()

Reports whether the control is touched, meaning that the user has triggered a `blur` event on it. If the control is not present, null is returned.
Source:

get()

Reports the validation status of the control. Possible values include: 'VALID', 'INVALID', 'DISABLED', and 'PENDING'. If the control is not present, null is returned.
Source:

get()

Reports whether the control is untouched, meaning that the user has not yet triggered a `blur` event on it. If the control is not present, null is returned.
Source:

get()

Returns a multicasting observable that emits a validation status whenever it is calculated for the control. If the control is not present, null is returned.
Source:

get()

Returns a multicasting observable of value changes for the control that emits every time the value of the control changes in the UI or programmatically. If the control is not present, null is returned.
Source:

get()

Returns an array that represents the path from the top-level form to this control. Each index is the string name of the control on that level.
Source:

get()

The top-level form directive for the control.
Source:

get()

The path to this group.
Source:

get()

The registered synchronous validator function for the control
Source:
Throws:
An exception that this method is not implemented

get()

The registered async validator function for the control
Source:
Throws:
An exception that this method is not implemented

get()

The parent control.
Source:

get()

A control is `valid` when its `status` is `VALID`.
Source:
See:
  • AbstractControl.status
Returns:
True if the control has passed all of its validation tests, false otherwise.

get()

A control is `invalid` when its `status` is `INVALID`.
Source:
See:
  • AbstractControl.status
Returns:
True if this control has failed one or more of its validation checks, false otherwise.

get()

A control is `pending` when its `status` is `PENDING`.
Source:
See:
  • AbstractControl.status
Returns:
True if this control is in the process of conducting a validation check, false otherwise.

get()

A control is `disabled` when its `status` is `DISABLED`. Disabled controls are exempt from validation checks and are not included in the aggregate value of their ancestor controls.
Source:
See:
  • AbstractControl.status
Returns:
True if the control is disabled, false otherwise.

get()

A control is `enabled` as long as its `status` is not `DISABLED`.
Source:
See:
  • AbstractControl.status
Returns:
True if the control has any status other than 'DISABLED', false if the status is 'DISABLED'.

get()

A control is `dirty` if the user has changed the value in the UI.
Source:
Returns:
True if the user has changed the value of this control in the UI; compare `pristine`. Programmatic changes to a control's value do not mark it dirty.

get()

True if the control has not been marked as touched A control is `untouched` if the user has not yet triggered a `blur` event on it.
Source:

get()

Reports the update strategy of the `AbstractControl` (meaning the event on which the control updates itself). Possible values: `'change'` | `'blur'` | `'submit'` Default value: `'change'`
Source:

get()

Retrieves the top-level ancestor of this control.
Source:

get()

Length of the control array.
Source:

get()

The directive instance.
Source:

get()

The internal `FormGroup` instance.
Source:

get()

Returns an array representing the path to this group. Because this directive always lives at the top level of a form, it is always an empty array.
Source:

get()

Returns a map of the controls in this group.
Source:

get()

The `FormGroup` bound to this directive.
Source:

get()

The path to this group from the top-level directive.
Source:

get()

The top-level directive for this group if present, otherwise null.
Source:

get()

The synchronous validators registered with this group.
Source:

get()

The async validators registered with this group.
Source:

get()

Returns an array that represents the path from the top-level form to this control. Each index is the string name of the control on that level.
Source:

get()

The top-level directive for this control if present, otherwise null.
Source:

get()

Synchronous validator function composed of all the synchronous validators registered with this directive.
Source:

get()

Async validator function composed of all the async validators registered with this directive.
Source:

get()

Returns an array that represents the path from the top-level form to this control. Each index is the string name of the control on that level.
Source:

get()

Synchronous validator function composed of all the synchronous validators registered with this directive.
Source:

get()

Async validator function composed of all the async validators registered with this directive.
Source:

get()

The `FormControl` bound to this directive.
Source:

get()

Returns this directive's instance.
Source:

get()

Returns the `FormGroup` bound to this directive.
Source:

get()

Returns an array representing the path to this group. Because this directive always lives at the top level of a form, it always an empty array.
Source:

get()

The `FormArray` bound to this directive.
Source:

get()

The top-level directive for this group if present, otherwise null.
Source:

get()

Returns an array that represents the path from the top-level form to this control. Each index is the string name of the control on that level.
Source:

get()

Synchronous validator function composed of all the synchronous validators registered with this directive.
Source:

get()

Async validator function composed of all the async validators registered with this directive.
Source:

get()

Returns an array that represents the path from the top-level form to this control. Each index is the string name of the control on that level.
Source:

get()

The top-level directive for this group if present, otherwise null.
Source:

get()

Synchronous validator function composed of all the synchronous validators registered with this directive.
Source:

get()

Async validator function composed of all the async validators registered with this directive.
Source:

get()

Tracks changes to the required attribute bound to this directive.
Source:

get()

Maps attribute names to their corresponding property names for cases where attribute name doesn't match property name.
Source:

get()

Number of child segments
Source:

get()

The configuration used to match this route.
Source:

get()

The root of the router state.
Source:

get()

The parent of this route in the router state tree.
Source:

get()

The first child of this route in the router state tree.
Source:

get()

The children of this route in the router state tree.
Source:

get()

The path from the root of the router state tree to this route.
Source:

get()

An Observable that contains a map of the required and optional parameters specific to the route. The map supports retrieving single and multiple values from the same parameter.
Source:

get()

An Observable that contains a map of the query parameters available to all routes. The map supports retrieving single and multiple values from the query parameter.
Source:

get()

The root of the router state
Source:

get()

The parent of this route in the router state tree
Source:

get()

The first child of this route in the router state tree
Source:

get()

The children of this route in the router state tree
Source:

get()

The path from the root of the router state tree to this route
Source:

get()

The current URL.
Source:

get()

Deprecated:
  • from Angular since v4
Source:

get()

Deprecated:
  • from Angular since v4
Source:

LogAtMain()

Log Function for inter process communication
Source:

LogAtMain()

Log Function for inter process communication
Source:

LogAtMain()

Log Function for inter process communication
Source:

LogAtMain()

Log Function for inter process communication
Source:

LogAtMain()

Log Function for inter process communication
Source:

quickSort(ary, comparator)

Sort the given array in-place with the given comparator function.
Parameters:
Name Type Description
ary Array An array to sort.
comparator function Function to use to compare two items.
Source:

readModuleConfiguration()

Function reads the configuration key/value pairs from database
Source:

readModuleConfiguration(ibSvcId)

Function reads the configuration key/value pairs from database
Parameters:
Name Type Description
ibSvcId id of the service in db table services_inbound_store
Source:

readModuleConfiguration(ibSvcId)

Function reads the configuration key/value pairs from database
Parameters:
Name Type Description
ibSvcId id of the service in db table services_inbound_store
Source:

readModuleConfiguration(ibSvcId)

Function reads the configuration key/value pairs from database
Parameters:
Name Type Description
ibSvcId id of the service in db table services_inbound_store
Source:

readModuleConfiguration(ibSvcId)

Function reads the configuration key/value pairs from database
Parameters:
Name Type Description
ibSvcId id of the service in db table services_inbound_store
Source:

registerEvents()

Wires events fired by ilsfax object to plugin-process This is communication between two seperate node processes as the plugin itself lives in main thread, the service lives in its own thread.
Source:

registerEvents()

Wires events fired by ilsfax object to plugin-process This is communication between two seperate node processes as the plugin itself lives in main thread, the service lives in its own thread.
Source:

registerEvents()

Wires events fired by katsys object to plugin-process This is communication between two seperate node processes as the plugin itself lives in main thread, the service lives in its own thread.
Source:
This is an implementation of binary search which will always try and return the index of the closest element if there is no exact hit. This is because mappings between original and generated line/col pairs are single points, and there is an implicit region between each of them, so a miss just means that you aren't on the very start of a region.
Parameters:
Name Type Description
aNeedle The element you are looking for.
aHaystack The array that is being searched.
aCompare A function which takes the needle and an element in the array and returns -1, 0, or 1 depending on whether the needle is less than, equal to, or greater than the element, respectively.
aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the closest element that is smaller than or greater than the one we are searching for, respectively, if the exact element cannot be found. Defaults to 'binarySearch.GREATEST_LOWER_BOUND'.
Source:

sendOperation(aSocket)

Sends an operation object for testing purposes
Parameters:
Name Type Description
aSocket object socket.io socket object
Source:

set()

The value of the iterable expression, which can be used as a [template input variable](guide/structural-directives#template-input-variable).
Source:

set()

A function that defines how to track changes for items in the iterable. When items are added, moved, or removed in the iterable, the directive must re-render the appropriate DOM nodes. To minimize churn in the DOM, only nodes that have changed are re-rendered. By default, the change detector assumes that the object instance identifies the node in the iterable. When this function is supplied, the directive uses the result of calling this function to identify the item node, rather than the identity of the object itself. The function receives two inputs, the iteration index and the node object ID.
Source:

set()

A reference to the template that is stamped out for each item in the iterable.
Source:
See:
  • [template reference variable](guide/template-syntax#template-reference-variables--var-)

set()

The Boolean expression to evaluate as the condition for showing a template.
Source:

set()

A template to show if the condition expression evaluates to true.
Source:

set()

A template to show if the condition expression evaluates to false.
Source:

set()

Tracks the option comparison algorithm for tracking identities when checking for changes.
Source:

set()

Tracks the value bound to the option element. Unlike the value binding, ngValue supports binding to objects.
Source:

set()

Tracks simple string values bound to the option element. For objects, use the `ngValue` input binding.
Source:

set()

Tracks the option comparison algorithm for tracking identities when checking for changes.
Source:

set()

Tracks the value bound to the option element. Unlike the value binding, ngValue supports binding to objects.
Source:

set()

Tracks simple string values bound to the option element. For objects, use the `ngValue` input binding.
Source:

set()

Triggers a warning that this input should not be used with reactive forms.
Source:

set()

Triggers a warning that this input should not be used with reactive forms.
Source:

set()

Tracks changes to the email attribute bound to this directive.
Source:

set()

Deprecated:
  • 4.0.0 use `queryParamsHandling` instead.
Source:

startCoredatabase()

Starts the coredatabase connection
Source:

updatePosition(str)

Update position.
Parameters:
Name Type Description
str String
Source: