Members
core/ɵgetLocalePluralCase
(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).
(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
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 |
applySourceMaps()
Applies any original source maps to the output and embeds the source file
contents in the source map.
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;
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;
comment(node)
Process comments, drops sourceMap comments.
Parameters:
Name | Type | Description |
---|---|---|
node |
Object |
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.
decode()
Decode a single base 64 character code digit to an integer. Returns -1 on
failure.
emit(str, posopt) → {String}
Emit `str`.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
str |
String | ||
pos |
Object |
<optional> |
Returns:
- Type
- String
encode()
Returns the base 64 VLQ encoded value.
encode()
Encode an integer in the range of 0 to 63 to a single base 64 digit.
get()
Device-Information getters
get()
User getters and setters
get()
Auth getters and setters
get()
UserService getters and setters
get()
A translatable section could be:
- the content of translatable element,
- nodes between `` and `` comments
get()
Returns a detailed summary of each styling entry in the context.
See `TStylingTupleSummary`.
get()
Returns a detailed summary of each styling entry in the context and
what their runtime representation is.
See `LStylingSummary`.
get()
Returns a key/value map of all the styles/classes that were last applied to the element.
get()
Flags associated with the `LView` unpacked into a more readable state.
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.
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.
get()
Normalized view of child views (and containers) attached at this location.
get()
A list of operation information about how the OpCodes will act on the view.
get()
A list of operation information about how the OpCodes will act on the view.
get()
- Deprecated:
- No replacement
- Source:
get()
Flag indicating that this injector was previously destroyed.
get()
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.
get()
Returns the number of attached views.
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"`)
get()
Reports the value of the control if it is present, otherwise null.
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.
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.
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.
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.
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.
get()
Reports the control's validation errors. If the control is not present, null is returned.
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.
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.
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.
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.
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.
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.
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.
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.
get()
The top-level form directive for the control.
get()
The path to this group.
get()
The registered synchronous validator function for the control
Throws:
An exception that this method is not implemented
get()
The registered async validator function for the control
Throws:
An exception that this method is not implemented
get()
The parent control.
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.
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.
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'`
get()
Retrieves the top-level ancestor of this control.
get()
Length of the control array.
get()
The directive instance.
get()
The internal `FormGroup` instance.
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.
get()
Returns a map of the controls in this group.
get()
The `FormGroup` bound to this directive.
get()
The path to this group from the top-level directive.
get()
The top-level directive for this group if present, otherwise null.
get()
The synchronous validators registered with this group.
get()
The async validators registered with this group.
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.
get()
The top-level directive for this control if present, otherwise null.
get()
Synchronous validator function composed of all the synchronous validators
registered with this directive.
get()
Async validator function composed of all the async validators registered with this
directive.
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.
get()
Synchronous validator function composed of all the synchronous validators
registered with this directive.
get()
Async validator function composed of all the async validators registered with this
directive.
get()
The `FormControl` bound to this directive.
get()
Returns this directive's instance.
get()
Returns the `FormGroup` bound to this directive.
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.
get()
The `FormArray` bound to this directive.
get()
The top-level directive for this group if present, otherwise null.
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.
get()
Synchronous validator function composed of all the synchronous validators registered with this
directive.
get()
Async validator function composed of all the async validators registered with this directive.
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.
get()
The top-level directive for this group if present, otherwise null.
get()
Synchronous validator function composed of all the synchronous validators
registered with this directive.
get()
Async validator function composed of all the async validators registered with this
directive.
get()
Tracks changes to the required attribute bound to this directive.
get()
Maps attribute names to their corresponding property names for cases
where attribute name doesn't match property name.
get()
Number of child segments
get()
The configuration used to match this route.
get()
The root of the router state.
get()
The parent of this route in the router state tree.
get()
The first child of this route in the router state tree.
get()
The children of this route in the router state tree.
get()
The path from the root of the router state tree to this route.
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.
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.
get()
The root of the router state
get()
The parent of this route in the router state tree
get()
The first child of this route in the router state tree
get()
The children of this route in the router state tree
get()
The path from the root of the router state tree to this route
get()
The current URL.
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
LogAtMain()
Log Function for inter process communication
- Source:
LogAtMain()
Log Function for inter process communication
- Source:
LogAtMain()
Log Function for inter process communication
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. |
readModuleConfiguration()
Function reads the configuration key/value pairs from database
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 |
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 |
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 |
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 |
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.
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.
search(aNeedle, aHaystack, aCompare, aBias)
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'. |
sendOperation(aSocket)
Sends an operation object for testing purposes
Parameters:
Name | Type | Description |
---|---|---|
aSocket |
object | socket.io socket object |
set()
The value of the iterable expression, which can be used as a
[template input variable](guide/structural-directives#template-input-variable).
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.
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.
set()
A template to show if the condition expression evaluates to true.
set()
A template to show if the condition expression evaluates to false.
set()
Tracks the option comparison algorithm for tracking identities when
checking for changes.
set()
Tracks the value bound to the option element. Unlike the value binding,
ngValue supports binding to objects.
set()
Tracks simple string values bound to the option element.
For objects, use the `ngValue` input binding.
set()
Tracks the option comparison algorithm for tracking identities when
checking for changes.
set()
Tracks the value bound to the option element. Unlike the value binding,
ngValue supports binding to objects.
set()
Tracks simple string values bound to the option element.
For objects, use the `ngValue` input binding.
set()
Triggers a warning that this input should not be used with reactive forms.
set()
Triggers a warning that this input should not be used with reactive forms.
set()
Tracks changes to the email attribute bound to this directive.
set()
- Deprecated:
- 4.0.0 use `queryParamsHandling` instead.
- Source:
startCoredatabase()
Starts the coredatabase connection
updatePosition(str)
Update position.
Parameters:
Name | Type | Description |
---|---|---|
str |
String |