SYMBOL INDEX (3133 symbols across 212 files) FILE: e2e/app.po.ts class NgKitchenSinkPage (line 3) | class NgKitchenSinkPage { method navigateTo (line 4) | navigateTo() { method getParagraphText (line 8) | getParagraphText() { FILE: src/Lib.ts function equalValueValidator (line 19) | function equalValueValidator(targetKey: string, toMatchKey: string): Val... type Observable (line 54) | interface Observable { type Observable (line 64) | interface Observable { class Lib (line 94) | class Lib { method Con (line 96) | static Con(msg: any, stringify?: boolean) { method ProcessDateField (line 106) | static ProcessDateField(dateString: string, addDay: boolean = false): ... method ToValidNumber (line 130) | static ToValidNumber(i_value): number { method Try (line 138) | static Try(i_fn: () => void) { method IsEqual (line 148) | static IsEqual(obj1, obj2) { method GetThemeColor (line 158) | static GetThemeColor() { method EncryptUserPass (line 165) | static EncryptUserPass(i_user, i_pass) { method AlertOnLeave (line 171) | static AlertOnLeave() { method FormatSecondsToObject (line 193) | static FormatSecondsToObject(i_totalSeconds) { method ProcessDateFieldToUnix (line 223) | static ProcessDateFieldToUnix(dateString: string, addDay: boolean = fa... method PadZeros (line 242) | static PadZeros(n, width, z) { method ParseToFloatDouble (line 254) | static ParseToFloatDouble(i_value: any): number { method CapitaliseFirst (line 264) | static CapitaliseFirst(string) { method Base64Encode (line 274) | static Base64Encode(str) { method Base64Decode (line 371) | static Base64Decode(str) { method CleanChar (line 468) | static CleanChar(value) { method CleanProbCharacters (line 490) | static CleanProbCharacters(i_string: string, i_restriction: number) { method IsNumber (line 511) | static IsNumber(value) { method CleanCharForXml (line 516) | static CleanCharForXml(value: any): any { method UnionList (line 561) | static UnionList(a: List, b: List) { method ProcessHourStartEnd (line 565) | static ProcessHourStartEnd(value: string, key: string): any { method CheckFoundIndex (line 580) | static CheckFoundIndex(i_value: number, i_message: string = 'CheckFoun... method BootboxHide (line 602) | static BootboxHide(i_time = 1500) { method DateToAbsolute (line 608) | static DateToAbsolute(year, month) { method DateFromAbsolute (line 612) | static DateFromAbsolute(value: number) { method MapOfIndex (line 621) | static MapOfIndex(map: Map, index: number, position: "fir... method Base64 (line 645) | static Base64() { method ConstructImmutableFromTable (line 781) | static ConstructImmutableFromTable(path): Array { method ComputeMask (line 801) | static ComputeMask(accessMask): number { method ValidateEmail (line 812) | static ValidateEmail(email) { method GetAccessMask (line 817) | static GetAccessMask(accessMask): List { method GetADaysMask (line 827) | static GetADaysMask(accessMask): List { method log (line 837) | static log(msg) { method guid (line 841) | static guid(): string { method ColorToDecimal (line 857) | static ColorToDecimal(color) { method ColorToHex (line 865) | static ColorToHex(color) { method HexToDecimal (line 881) | static HexToDecimal(h) { method RgbToHex (line 907) | static RgbToHex(rgb) { method DecimalToHex (line 931) | static DecimalToHex(d) { method DevMode (line 948) | static DevMode(): boolean { method GetSamples (line 955) | static GetSamples(): Object { method Xml2Json (line 1091) | static Xml2Json() { FILE: src/app/app-component.ts type MainAppShowModeEnum (line 23) | enum MainAppShowModeEnum { type MainAppShowStateEnum (line 30) | enum MainAppShowStateEnum { class AppComponent (line 54) | class AppComponent implements AfterViewInit { method constructor (line 69) | constructor(private router: Router, method ngOnInit (line 112) | ngOnInit() { method _onMenuIcon (line 134) | _onMenuIcon(icon, event) { method saveAndRestartPrompt (line 169) | saveAndRestartPrompt(i_callBack) { method ngAfterViewInit (line 208) | ngAfterViewInit() { method _onLocaleChanged (line 213) | _onLocaleChanged(i_localSelected) { method listenAppStateChange (line 219) | private listenAppStateChange() { method save (line 281) | private save(i_cb: () => void) { method viewMode (line 297) | private viewMode(i_mode: MainAppShowModeEnum) { method checkPlatform (line 319) | private checkPlatform() { method listenUpgradeEnterpris (line 335) | private listenUpgradeEnterpris() { method listenSaves (line 342) | private listenSaves() { method appResized (line 349) | public appResized(): void { method listenRouterUpdateTitle (line 370) | private listenRouterUpdateTitle() { FILE: src/app/app-module.ts type JQueryStatic (line 63) | interface JQueryStatic { class CustomToastOption (line 73) | class CustomToastOption extends ToastOptions { function appReducer (line 106) | function appReducer(state: any = INITIAL_APPLICATION_STATE, action: any) { class AppModule (line 156) | class AppModule { method constructor (line 157) | constructor(private commBroker: CommBroker, private compiler: Compiler... FILE: src/app/appwrap.ts class Appwrap (line 29) | class Appwrap extends Compbaser { method constructor (line 33) | constructor(private router: Router, private yp:YellowPepperService) { FILE: src/app/blocks/block-fabric-image.ts class BlockFabricImage (line 7) | class BlockFabricImage extends BlockFabric { method constructor (line 14) | constructor(options, i_blockService, i_pepper) { method _initResourcesData (line 28) | _initResourcesData() { method fabricateBlock (line 48) | fabricateBlock(i_canvasScale, i_callback) { method getResourceID (line 100) | getResourceID() { method deleteBlock (line 109) | deleteBlock(i_memoryOnly) { FILE: src/app/blocks/block-fabric-josn-item.ts class BlockFabricJsonItem (line 10) | class BlockFabricJsonItem extends BlockFabricLabel { method constructor (line 18) | constructor(options, i_blockService, i_pepper) { method _translateToLabel (line 327) | private _translateToLabel(i_jsonPath:string):string { method _mutateCustomFieldName (line 359) | private _mutateCustomFieldName():void { method fabricateBlock (line 387) | fabricateBlock(i_canvasScale, i_callback) { FILE: src/app/blocks/block-fabric-label.ts class BlockFabricLabel (line 9) | class BlockFabricLabel extends BlockFabric { method constructor (line 11) | constructor(options, i_blockService, i_pepper) { method fabricateBlock (line 26) | fabricateBlock(i_canvasScale, i_callback) { method deleteBlock (line 133) | deleteBlock(i_memoryOnly) { FILE: src/app/blocks/block-fabric-scene.ts class BlockFabricScene (line 8) | class BlockFabricScene extends BlockFabric { method constructor (line 13) | constructor(options, i_blockService, i_pepper) { method getBlockData (line 25) | getBlockData() { method _setBlockPlayerData (line 36) | _setBlockPlayerData(i_xmlDoc, i_noNotify) { method _getBlockPlayerData (line 61) | _getBlockPlayerData(): any { method _findGradientPoints (line 107) | _findGradientPoints(i_domPlayerData) { method _fabricApplySceneBgImage (line 116) | _fabricApplySceneBgImage(i_image) { method fabricSceneBg (line 126) | fabricSceneBg() { method setCanvas (line 159) | setCanvas(i_canvas, i_magneticGridMode) { method deleteBlock (line 180) | deleteBlock(i_memoryOnly) { FILE: src/app/blocks/block-fabric-svg.ts class BlockFabricSvg (line 8) | class BlockFabricSvg extends BlockFabric { method constructor (line 13) | constructor(options, i_blockService, i_pepper) { method _initResourcesData (line 27) | _initResourcesData() { method fabricateBlock (line 49) | fabricateBlock(i_canvasScale, i_callback) { method getResourceID (line 133) | getResourceID() { method deleteBlock (line 142) | deleteBlock(i_memoryOnly) { FILE: src/app/blocks/block-fabric.ts class BlockFabric (line 6) | class BlockFabric extends fabric.Group { method constructor (line 24) | constructor(options, i_blockService, i_pepper, i_blockType) { method _getBlockPlayerData (line 67) | _getBlockPlayerData(): any { method _findBorder (line 75) | _findBorder(i_domPlayerData) { method _fabricAlpha (line 82) | _fabricAlpha(i_domPlayerData) { method _fabricColorPoints (line 91) | _fabricColorPoints(i_domPlayerData) { method _fabricateBorder (line 107) | _fabricateBorder(i_options) { method _fabricateOptions (line 121) | _fabricateOptions(i_top, i_left, i_width, i_height, i_angle) { method _fabricRect (line 142) | _fabricRect(i_width, i_height, i_domPlayerData) { method fabricateBlock (line 163) | fabricateBlock(i_canvasScale, i_callback) { method _fabricLock (line 204) | _fabricLock() { method getBlockData (line 224) | getBlockData() { method setZindex (line 244) | setZindex(i_zIndex) { method getZindex (line 253) | getZindex(i_zIndex) { method deleteBlock (line 264) | deleteBlock(i_memoryOnly) { method _selfDestruct (line 274) | _selfDestruct() { method _deleteBlock (line 293) | _deleteBlock(i_memoryOnly) { FILE: src/app/blocks/block-prop-calendar.ts class BlockPropCalendar (line 81) | class BlockPropCalendar extends Compbaser implements AfterViewInit { method constructor (line 89) | constructor(private fb: FormBuilder, private cd: ChangeDetectorRef, pr... method setBlockData (line 108) | set setBlockData(i_blockData) { method _saveDates (line 117) | _saveDates(range) { method _onCalSelected (line 121) | _onCalSelected(event) { method _render (line 129) | private _render() { method _populateStartEndDates (line 150) | _populateStartEndDates(): void { method _setRangeDate (line 157) | _setRangeDate(i_field: 'startDate' | 'endDate', i_value): void { method _getRangeDate (line 165) | _getRangeDate(i_field): string { method _onModeChange (line 180) | _onModeChange(i_value) { method _getGoogleCalendars (line 189) | _getGoogleCalendars() { method _getFileId (line 225) | private _getFileId(): string { method ngAfterViewInit (line 231) | ngAfterViewInit() { method _onCreateToken (line 235) | _onCreateToken() { method saveToStore (line 244) | private saveToStore() { method destroy (line 258) | destroy() { FILE: src/app/blocks/block-prop-clock.ts class BlockPropClock (line 36) | class BlockPropClock extends Compbaser implements AfterViewInit { method constructor (line 61) | constructor(private fb: FormBuilder, private rp: RedPepperService, pri... method setBlockData (line 66) | set setBlockData(i_blockData) { method _onFontChanged (line 75) | _onFontChanged(config: IFontSelector) { method _onFormatChanged (line 89) | _onFormatChanged(e) { method ngAfterViewInit (line 97) | ngAfterViewInit() { method _render (line 101) | _render() { method destroy (line 126) | destroy() { FILE: src/app/blocks/block-prop-collection.ts class BlockPropCollection (line 93) | class BlockPropCollection extends Compbaser implements AfterViewInit { method constructor (line 103) | constructor(private fb: FormBuilder, private yp:YellowPepperService, p... method setBlockData (line 120) | set setBlockData(i_blockData) { method ngAfterViewInit (line 125) | ngAfterViewInit() { method _onAddNewBlock (line 129) | _onAddNewBlock() { method _onClosed (line 133) | _onClosed(){ method _onDragComplete (line 143) | _onDragComplete(dragData: ISimpleGridDraggedData) { method _onRemoveCollectionItem (line 154) | _onRemoveCollectionItem() { method _onAddNewCollectionItem (line 165) | _onAddNewCollectionItem() { method _onDurationEdited (line 169) | _onDurationEdited(event: ISimpleGridEdit, index) { method _onPageNameEdited (line 178) | _onPageNameEdited(event: ISimpleGridEdit, index) { method _populateTableCollection (line 187) | _populateTableCollection() { method _populateTableEvents (line 221) | _populateTableEvents() { method _sortCollection (line 243) | _sortCollection(i_collection: List): List { method _render (line 254) | _render() { method _toggleKioskMode (line 265) | _toggleKioskMode(i_value) { method _onAddedContent (line 277) | _onAddedContent(i_addContents: IAddContents) { method saveToStore (line 306) | private saveToStore() { method destroy (line 316) | destroy() { FILE: src/app/blocks/block-prop-common.ts class BlockPropCommon (line 82) | class BlockPropCommon extends Compbaser implements AfterViewInit { method constructor (line 93) | constructor(@Inject('BLOCK_PLACEMENT') private blockPlacement: string,... method setBlockData (line 116) | set setBlockData(i_blockData) { method ngAfterViewInit (line 125) | ngAfterViewInit() { method _render (line 134) | _render() { method _listenBorderChanged (line 142) | _listenBorderChanged() { method _toggleSceneBackground (line 176) | _toggleSceneBackground(i_checked: boolean) { method _toggleBorder (line 199) | _toggleBorder(i_checked: boolean) { method _alphaPopulate (line 223) | _alphaPopulate() { method _onAlphaChange (line 232) | _onAlphaChange(event) { method _sceneBackgroundPropsPopulate (line 241) | _sceneBackgroundPropsPopulate() { method _borderPropsPopulate (line 257) | _borderPropsPopulate() { method _sceneBackgroundPopulate (line 270) | _sceneBackgroundPopulate() { method _updateBorderColor (line 284) | _updateBorderColor(i_value, i_color) { method _updateSceneBackgroundColor (line 292) | _updateSceneBackgroundColor(i_value, i_color) { method _findBorder (line 304) | _findBorder(i_domPlayerData) { method _bgGradientWidgetInit (line 312) | _bgGradientWidgetInit() { method _gradientPopulate (line 342) | _gradientPopulate() { method _bgGradientWidgetClear (line 359) | _bgGradientWidgetClear() { method _gradientChanged (line 365) | _gradientChanged(e) { method _findGradientPoints (line 389) | _findGradientPoints(i_domPlayerData) { method _findGradientPointsScene (line 394) | _findGradientPointsScene(i_domPlayerData) { method _onRemoveBackgroundClicked (line 401) | _onRemoveBackgroundClicked() { method _findBackground (line 409) | _findBackground(i_domPlayerData) { method destroy (line 414) | destroy() { FILE: src/app/blocks/block-prop-container.ts class BlockPropContainer (line 125) | class BlockPropContainer extends Compbaser implements AfterViewInit { method constructor (line 133) | constructor(@Inject('BLOCK_PLACEMENT') private blockPlacement: string,... method ngAfterViewInit (line 145) | ngAfterViewInit() { method _listenOnChannels (line 149) | private _listenOnChannels() { method _listenOnScenes (line 172) | private _listenOnScenes() { method toggleSettingsTab (line 194) | private toggleSettingsTab() { method ngOnInit (line 199) | ngOnInit() { method destroy (line 202) | destroy() { FILE: src/app/blocks/block-prop-fasterq.ts class BlockPropFasterQ (line 66) | class BlockPropFasterQ extends Compbaser implements AfterViewInit { method constructor (line 75) | constructor(private fb: FormBuilder, private el: ElementRef, private b... method setBlockData (line 91) | set setBlockData(i_blockData) { method _listenColorChanged (line 100) | _listenColorChanged() { method ngAfterViewInit (line 114) | ngAfterViewInit() { method _render (line 118) | _render() { method _moveColorPicker (line 132) | _moveColorPicker() { method setNewColor (line 140) | private setNewColor(i_color) { method saveToStore (line 147) | private saveToStore() { method destroy (line 163) | destroy() { FILE: src/app/blocks/block-prop-html.ts class BlockPropHtml (line 30) | class BlockPropHtml extends Compbaser implements AfterViewInit { method constructor (line 36) | constructor(private fb: FormBuilder, private rp: RedPepperService, pri... method setBlockData (line 47) | set setBlockData(i_blockData) { method ngAfterViewInit (line 56) | ngAfterViewInit() { method _render (line 60) | _render() { method saveToStore (line 68) | private saveToStore() { method destroy (line 78) | destroy() { FILE: src/app/blocks/block-prop-image.ts class BlockPropImage (line 36) | class BlockPropImage extends Compbaser implements AfterViewInit { method constructor (line 41) | constructor(private fb: FormBuilder, private cd: ChangeDetectorRef, pr... method setBlockData (line 53) | set setBlockData(i_blockData) { method _toggleAspectRatio (line 67) | _toggleAspectRatio(i_value) { method _render (line 75) | private _render() { method ngAfterViewInit (line 87) | ngAfterViewInit() { method saveToStore (line 91) | private saveToStore() { method destroy (line 101) | destroy() { FILE: src/app/blocks/block-prop-instagram.ts class BlockPropInstagram (line 33) | class BlockPropInstagram extends Compbaser implements AfterViewInit { method constructor (line 38) | constructor(private fb: FormBuilder, private cd: ChangeDetectorRef, pr... method setBlockData (line 51) | set setBlockData(i_blockData) { method _render (line 60) | private _render() { method ngAfterViewInit (line 67) | ngAfterViewInit() { method _onCreateToken (line 71) | _onCreateToken() { method saveToStore (line 80) | private saveToStore() { method destroy (line 90) | destroy() { FILE: src/app/blocks/block-prop-json-item.ts class BlockPropJsonItem (line 78) | class BlockPropJsonItem extends Compbaser implements AfterViewInit { method constructor (line 95) | constructor(private fb: FormBuilder, private cd: ChangeDetectorRef, pr... method setBlockData (line 111) | set setBlockData(i_blockData) { method _render (line 120) | private _render() { method _toggleAspectRatio (line 146) | _toggleAspectRatio(i_value) { method _onJsonItemTextFieldChanged (line 154) | _onJsonItemTextFieldChanged(i_event) { method _onJsonItemTextFieldsChanged (line 161) | _onJsonItemTextFieldsChanged(event) { method _onJsonItemDateFieldsChanged (line 177) | _onJsonItemDateFieldsChanged(event) { method _onDualNumericChanged (line 186) | _onDualNumericChanged(){ method _onFontChanged (line 196) | _onFontChanged(config: IFontSelector) { method _populateMimeType (line 214) | private _populateMimeType() { method _populateFonts (line 273) | private _populateFonts(xSnippetFont) { method _populateDateFormat (line 291) | private _populateDateFormat(i_selectedFormat) { method _populateAspectRatio (line 322) | private _populateAspectRatio(i_aspectRatio) { method _populateDualNumeric (line 331) | private _populateDualNumeric() { method ngAfterViewInit (line 350) | ngAfterViewInit() { method destroy (line 649) | destroy() { FILE: src/app/blocks/block-prop-json-player.ts class BlockPropJsonPlayer (line 83) | class BlockPropJsonPlayer extends Compbaser implements AfterViewInit { method constructor (line 92) | constructor(private fb: FormBuilder, private yp: YellowPepperService, ... method setBlockData (line 116) | set setBlockData(i_blockData) { method ngAfterViewInit (line 131) | ngAfterViewInit() { method _onPlayVideoInFull (line 135) | _onPlayVideoInFull(i_value) { method _onRandomPlay (line 143) | _onRandomPlay(i_value) { method _onSlideShow (line 151) | _onSlideShow(i_value) { method _onSceneSelectionChanged (line 160) | _onSceneSelectionChanged(i_scene_id) { method _initSceneDropdown (line 175) | private _initSceneDropdown() { method _render (line 201) | _render() { method saveToStore (line 217) | private saveToStore() { method destroy (line 228) | destroy() { FILE: src/app/blocks/block-prop-label.ts class BlockPropLabel (line 32) | class BlockPropLabel extends Compbaser implements AfterViewInit { method constructor (line 39) | constructor(private fb: FormBuilder, private rp: RedPepperService, pri... method setBlockData (line 50) | set setBlockData(i_blockData) { method ngAfterViewInit (line 59) | ngAfterViewInit() { method _render (line 63) | _render() { method _onFontChanged (line 80) | _onFontChanged(config: IFontSelector) { method saveToStore (line 94) | private saveToStore() { method destroy (line 113) | destroy() { FILE: src/app/blocks/block-prop-location.ts class BlockPropLocation (line 137) | class BlockPropLocation extends Compbaser implements AfterViewInit { method constructor (line 151) | constructor(private fb: FormBuilder, private yp: YellowPepperService, ... method setBlockData (line 209) | set setBlockData(i_blockData) { method ngAfterViewInit (line 214) | ngAfterViewInit() { method _onModelMapClosed (line 219) | _onModelMapClosed() { method _onDragComplete (line 223) | _onDragComplete(dragData: ISimpleGridDraggedData) { method _onRemoveCollectionItem (line 234) | _onRemoveCollectionItem() { method _onClosed (line 246) | _onClosed() { method _onAddNewBlock (line 250) | _onAddNewBlock(type: string) { method _onAddedContent (line 260) | _onAddedContent(i_addContents: IAddContents) { method _removeLocation (line 326) | _removeLocation() { method _populateTotalMapLocations (line 338) | _populateTotalMapLocations() { method _openMap (line 349) | _openMap() { method _jumpToLocation (line 357) | _jumpToLocation(i_item?) { method _onDurationEdited (line 433) | _onDurationEdited(event: ISimpleGridEdit, index) { method _onPageNameEdited (line 442) | _onPageNameEdited(event: ISimpleGridEdit, index) { method _populateTableCollection (line 451) | _populateTableCollection() { method _sortCollection (line 507) | _sortCollection(i_collection: List): List { method _render (line 518) | _render() { method saveToStore (line 526) | private saveToStore() { method destroy (line 549) | destroy() { FILE: src/app/blocks/block-prop-mrss.ts class BlockPropMrss (line 41) | class BlockPropMrss extends Compbaser implements AfterViewInit { method constructor (line 238) | constructor(private fb: FormBuilder, private cd: ChangeDetectorRef, pr... method setBlockData (line 258) | set setBlockData(i_blockData) { method _toggleAspectRatio (line 272) | _toggleAspectRatio(i_value) { method _isUrlCustom (line 280) | _isUrlCustom(i_url): boolean { method _onRssSelected (line 287) | _onRssSelected(event) { method _render (line 291) | private _render() { method ngAfterViewInit (line 309) | ngAfterViewInit() { method saveToStore (line 313) | private saveToStore() { method destroy (line 327) | destroy() { FILE: src/app/blocks/block-prop-position.ts class BlockPropPosition (line 103) | class BlockPropPosition extends Compbaser { method constructor (line 111) | constructor(private fb: FormBuilder, private rp: RedPepperService, pri... method ngAfterViewInit (line 165) | ngAfterViewInit() { method saveToStoreLayout (line 184) | saveToStoreLayout() { method saveToStoreLock (line 220) | private saveToStoreLock(v) { method destroy (line 228) | destroy() { FILE: src/app/blocks/block-prop-qr.ts class BlockPropQR (line 29) | class BlockPropQR extends Compbaser implements AfterViewInit { method constructor (line 35) | constructor(private fb: FormBuilder, private bs: BlockService) { method setBlockData (line 46) | set setBlockData(i_blockData) { method ngAfterViewInit (line 55) | ngAfterViewInit() { method _render (line 59) | _render() { method saveToStore (line 65) | private saveToStore() { method destroy (line 74) | destroy() { FILE: src/app/blocks/block-prop-rss.ts class BlockPropRss (line 58) | class BlockPropRss extends Compbaser implements AfterViewInit { method constructor (line 89) | constructor(private fb: FormBuilder, private cd: ChangeDetectorRef, pr... method setBlockData (line 111) | set setBlockData(i_blockData) { method _isUrlCustom (line 122) | _isUrlCustom(i_url): boolean { method _onRssSelected (line 129) | _onRssSelected(event) { method _onFontChanged (line 133) | _onFontChanged(config: IFontSelector) { method _render (line 147) | private _render() { method ngAfterViewInit (line 179) | ngAfterViewInit() { method saveToStore (line 183) | private saveToStore() { method destroy (line 200) | destroy() { FILE: src/app/blocks/block-prop-scene.ts class BlockPropScene (line 30) | class BlockPropScene extends Compbaser implements AfterViewInit { method constructor (line 36) | constructor(@Inject('BLOCK_PLACEMENT') private blockPlacement, private... method setBlockData (line 47) | set setBlockData(i_blockData) { method ngAfterViewInit (line 52) | ngAfterViewInit() { method _render (line 56) | _render() { method saveToStore (line 62) | private saveToStore() { method destroy (line 71) | destroy() { FILE: src/app/blocks/block-prop-sheets.ts class BlockPropSheets (line 47) | class BlockPropSheets extends Compbaser implements AfterViewInit { method constructor (line 55) | constructor(private fb: FormBuilder, private cd: ChangeDetectorRef, pr... method setBlockData (line 69) | set setBlockData(i_blockData) { method _onSheetSelected (line 78) | _onSheetSelected(event) { method _render (line 86) | private _render() { method _getGoogleSheets (line 94) | _getGoogleSheets() { method _getFileId (line 131) | private _getFileId(): string { method ngAfterViewInit (line 137) | ngAfterViewInit() { method _onCreateToken (line 141) | _onCreateToken() { method saveToStore (line 150) | private saveToStore() { method destroy (line 160) | destroy() { FILE: src/app/blocks/block-prop-twitter.ts class BlockPropTwitter (line 39) | class BlockPropTwitter extends Compbaser implements AfterViewInit { method constructor (line 44) | constructor(private fb: FormBuilder, private cd: ChangeDetectorRef, pr... method setBlockData (line 58) | set setBlockData(i_blockData) { method _render (line 67) | private _render() { method ngAfterViewInit (line 74) | ngAfterViewInit() { method _onCreateToken (line 78) | _onCreateToken() { method saveToStore (line 87) | private saveToStore() { method destroy (line 98) | destroy() { FILE: src/app/blocks/block-prop-video.ts class BlockPropVideo (line 36) | class BlockPropVideo extends Compbaser implements AfterViewInit { method constructor (line 41) | constructor(private fb: FormBuilder, private cd: ChangeDetectorRef, pr... method setBlockData (line 55) | set setBlockData(i_blockData) { method _toggleAspectRatio (line 67) | _toggleAspectRatio(i_value) { method _render (line 75) | private _render() { method ngAfterViewInit (line 87) | ngAfterViewInit() { method saveToStore (line 91) | private saveToStore() { method destroy (line 101) | destroy() { FILE: src/app/blocks/block-prop-weather.ts class BlockPropWeather (line 54) | class BlockPropWeather extends Compbaser implements AfterViewInit { method constructor (line 59) | constructor(private fb: FormBuilder, private cd: ChangeDetectorRef, pr... method setBlockData (line 74) | set setBlockData(i_blockData) { method _render (line 83) | private _render() { method ngAfterViewInit (line 92) | ngAfterViewInit() { method saveToStore (line 96) | private saveToStore() { method destroy (line 108) | destroy() { FILE: src/app/blocks/block-prop-youtube.ts class BlockPropYouTube (line 59) | class BlockPropYouTube extends Compbaser implements AfterViewInit { method constructor (line 66) | constructor(private fb: FormBuilder, private bs: BlockService, private... method setBlockData (line 82) | set setBlockData(i_blockData) { method ngAfterViewInit (line 91) | ngAfterViewInit() { method _render (line 95) | _render() { method saveToStore (line 112) | private saveToStore() { method destroy (line 130) | destroy() { FILE: src/app/blocks/block-prop.digg.ts class BlockPropDigg (line 25) | class BlockPropDigg extends Compbaser implements AfterViewInit { method constructor (line 30) | constructor(private fb: FormBuilder) { method setBlockData (line 43) | set setBlockData(i_blockData) { method _render (line 52) | private _render() { method ngAfterViewInit (line 57) | ngAfterViewInit() { method destroy (line 61) | destroy() { FILE: src/app/blocks/block-service.ts type IDomPlayerDataJson (line 20) | interface IDomPlayerDataJson { type ISceneData (line 70) | interface ISceneData { type IBlockData (line 82) | interface IBlockData { class BlockService (line 114) | class BlockService { method constructor (line 124) | constructor(private commBroker: CommBroker, @Inject('BLOCK_PLACEMENT')... method getBlockNameByCode (line 754) | getBlockNameByCode(i_blockCode: number): string { method getCommonSceneLayout (line 764) | getCommonSceneLayout(i_placement, w ?, h ?) { method getCommonDefaultXML (line 777) | getCommonDefaultXML() { method getCommonSceneDefaultXML (line 788) | getCommonSceneDefaultXML() { method getCommonBorderXML (line 799) | getCommonBorderXML() { method getCommonBackgroundXML (line 808) | getCommonBackgroundXML() { method getBlockBoilerplate (line 825) | getBlockBoilerplate(i_blockID) { method getIconFromMimeType (line 836) | getIconFromMimeType(i_mimeType) { method getBlocks (line 852) | getBlocks() { method getBlockCodeFromFileExt (line 863) | getBlockCodeFromFileExt(i_fileExtension) { method getFontAwesome (line 883) | getFontAwesome(i_fontName) { method getFontsAwesome (line 896) | getFontsAwesome() { method playerDataTojson (line 907) | playerDataTojson(i_playerData) { method playerDataToxml (line 919) | playerDataToxml(i_playerData) { method getServiceType (line 925) | public getServiceType(): string { method getBlockDataInScene (line 929) | public getBlockDataInScene(i_sceneData: ISceneData): Observable { method getBlockPlayerData (line 1080) | getBlockPlayerData(i_blockData: IBlockData): XMLDocument { method notifySceneBgChanged (line 1111) | notifySceneBgChanged() { method notifySceneBlockChanged (line 1115) | notifySceneBlockChanged(i_block: string | IBlockData) { method notifyReloadScene (line 1120) | notifyReloadScene(i_sceneId) { method setBlockPlayerData (line 1132) | setBlockPlayerData(blockData: IBlockData, i_xmlDoc: XMLDocument | stri... FILE: src/app/blocks/json-event-grid.ts class JsonEventResourceModel (line 13) | class JsonEventResourceModel extends StoreModel { method constructor (line 14) | constructor(data: { class JsonEventGrid (line 62) | class JsonEventGrid extends Compbaser implements AfterViewInit { method constructor (line 71) | constructor(private yp: YellowPepperService, private bs: BlockService) { method setBlockData (line 87) | set setBlockData(i_blockData) { method resources (line 93) | set resources(i_jsonEventResources: Array) { method collectionList (line 98) | set collectionList(i_collectionList) { method showOption (line 103) | set showOption(i_value: 'url' | 'page') { method _render (line 119) | _render() { method _initEventTable (line 127) | _initEventTable() { method _setAction (line 151) | _setAction(event: ISimpleGridEdit, index: number) { method _onRemoveEvent (line 158) | _onRemoveEvent() { method _onAddNewEvent (line 166) | _onAddNewEvent() { method _selectedAction (line 174) | _selectedAction() { method _selectedResource (line 180) | _selectedResource() { method _onUrlEdited (line 186) | _onUrlEdited(event: ISimpleGridEdit, index) { method _onPageEdited (line 195) | _onPageEdited(event: ISimpleGridEdit, index) { method _onLabelEdited (line 204) | _onLabelEdited(event: ISimpleGridEdit, index) { method ngAfterViewInit (line 211) | ngAfterViewInit() { method ngOnInit (line 214) | ngOnInit() { method destroy (line 217) | destroy() { FILE: src/app/campaigns/add-content.ts class AddContent (line 130) | class AddContent extends Compbaser implements AfterViewInit { method constructor (line 144) | constructor(@Inject('HYBRID_PRIVATE') private hybrid_private: boolean, method placement (line 176) | set placement(i_value) { method _addBlock (line 208) | _addBlock(i_addContents: IAddContents) { method ngAfterViewInit (line 229) | ngAfterViewInit() { method _onUpgEnterprise (line 233) | _onUpgEnterprise(event: MouseEvent) { method _onComponentSelected (line 239) | _onComponentSelected(i_component) { method _onResourceSelected (line 246) | _onResourceSelected(i_resource) { method _onSceneSelected (line 251) | _onSceneSelected(i_scene) { method _close (line 256) | _close() { method _render (line 266) | _render() { method _checkAllowedComponent (line 399) | _checkAllowedComponent(i_componentID) { method destroy (line 425) | destroy() { FILE: src/app/campaigns/campaign-channels.ts class CampaignChannels (line 73) | class CampaignChannels extends Compbaser implements AfterViewInit { method constructor (line 80) | constructor(private yp: YellowPepperService, private rp: RedPepperServ... method ngAfterViewInit (line 87) | ngAfterViewInit() { method listenChannelSelected (line 94) | private listenChannelSelected() { method _onItemSelected (line 156) | _onItemSelected(event) { method _onDragComplete (line 167) | _onDragComplete(i_blocks) { method _sortBlock (line 171) | private _sortBlock(i_blockList: Array): Array { method _reOrderChannelBlocks (line 189) | _reOrderChannelBlocks(i_blocks) { method _getBlockRecord (line 207) | private _getBlockRecord(i_blockId, i_cb: (i_blockId: CampaignTimelineC... method ngOnInit (line 215) | ngOnInit() { method destroy (line 218) | destroy() { FILE: src/app/campaigns/campaign-duration.ts class CampaignDuration (line 15) | class CampaignDuration extends Compbaser implements AfterViewInit { method constructor (line 19) | constructor(private yp: YellowPepperService, private cd:ChangeDetector... method ngAfterViewInit (line 23) | ngAfterViewInit() { method ngOnInit (line 28) | ngOnInit() { method destroy (line 31) | destroy() { FILE: src/app/campaigns/campaign-editor-props.ts class CampaignEditorProps (line 49) | class CampaignEditorProps extends Compbaser { method constructor (line 52) | constructor(private yp: YellowPepperService) { method destroy (line 57) | destroy() { FILE: src/app/campaigns/campaign-editor.ts class CampaignEditor (line 53) | class CampaignEditor extends Compbaser { method constructor (line 69) | constructor(private yp: YellowPepperService, private actions: AppdbAct... method _onAddContent (line 134) | _onAddContent() { method _timelineDurationChange (line 140) | _timelineDurationChange(i_duration) { method _campaignStoryTimelineCmd (line 148) | _campaignStoryTimelineCmd(i_cmd){ method _onStateChanged (line 152) | _onStateChanged(state:ITimelineState){ method _onRemoveTimeline (line 156) | _onRemoveTimeline() { method _changeZoom (line 191) | _changeZoom(value) { method _onTimelineViewMode (line 195) | _onTimelineViewMode(i_mode: StoryBoardListViewModeEnum) { method _onAddTimeline (line 205) | _onAddTimeline() { method _onEditScreenLayout (line 209) | _onEditScreenLayout() { method _onRemoveContent (line 222) | _onRemoveContent() { method _onCampaignPreview (line 236) | _onCampaignPreview() { method _onTimelinePreview (line 242) | _onTimelinePreview() { method _onGoBack (line 250) | _onGoBack() { method ngOnInit (line 255) | ngOnInit() { method destroy (line 258) | destroy() { FILE: src/app/campaigns/campaign-layout.ts class CampaignLayout (line 32) | class CampaignLayout extends Compbaser { method constructor (line 44) | constructor(private yp: YellowPepperService, private rp: RedPepperServ... method ngAfterViewInit (line 48) | ngAfterViewInit() { method mouseHoverEffect (line 66) | set mouseHoverEffect(i_value) { method onNewCampaignMode (line 71) | set onNewCampaignMode(i_value: boolean) { method getNewCampaignParams (line 76) | private getNewCampaignParams() { method _render (line 103) | private _render() { method ngOnInit (line 120) | ngOnInit() { method destroy (line 123) | destroy() { FILE: src/app/campaigns/campaign-list.ts class CampaignList (line 26) | class CampaignList extends Compbaser { method constructor (line 31) | constructor() { method campaigns (line 36) | set campaigns(i_campaigns: List) { method _onCampaignSelected (line 49) | _onCampaignSelected(event: MouseEvent, campaign: CampaignsModelExt, in... method ngOnInit (line 75) | ngOnInit() { method destroy (line 78) | destroy() { FILE: src/app/campaigns/campaign-manager.ts class CampaignManager (line 33) | class CampaignManager extends Compbaser { method constructor (line 40) | constructor(private el: ElementRef, private yp: YellowPepperService, p... method onRoute1 (line 95) | onRoute1() { method onRoute2 (line 99) | onRoute2() { method onRoute3 (line 103) | onRoute3() { method onRoute4 (line 107) | onRoute4() { method onRoute5 (line 111) | onRoute5() { method onRoute6 (line 115) | onRoute6() { method _onCampaignSelected (line 124) | _onCampaignSelected(i_uiState: IUiState) { method _createCampaign (line 128) | _createCampaign() { method _onWizard (line 134) | _onWizard() { method destroy (line 138) | destroy() { FILE: src/app/campaigns/campaign-name.ts class CampaignName (line 18) | class CampaignName extends Compbaser { method constructor (line 20) | constructor(private yp: YellowPepperService) { method getCampaignNameChanged (line 30) | public get getCampaignNameChanged(): string { method _onKeyDown (line 34) | _onKeyDown(event:KeyboardEvent){ method ngOnInit (line 40) | ngOnInit() { method destroy (line 43) | destroy() { FILE: src/app/campaigns/campaign-orientation.ts type OrientationEnum (line 8) | enum OrientationEnum { class CampaignOrientation (line 47) | class CampaignOrientation extends Compbaser { method constructor (line 53) | constructor(@Inject(forwardRef(() => YellowPepperService)) private yp:... method ngOnInit (line 79) | ngOnInit() { method destroy (line 82) | destroy() { FILE: src/app/campaigns/campaign-props-manager.ts class CampaignPropsManager (line 47) | class CampaignPropsManager extends Compbaser { method constructor (line 49) | constructor(private yp: YellowPepperService) { method ngOnInit (line 57) | ngOnInit() { method destroy (line 60) | destroy() { FILE: src/app/campaigns/campaign-props.ts type CampaignPlaylistModeEnum (line 15) | enum CampaignPlaylistModeEnum { class CampaignProps (line 128) | class CampaignProps extends Compbaser { method constructor (line 147) | constructor(private fb: FormBuilder, private ngmslibService: NgmslibSe... method _onChangePlaylistMode (line 177) | _onChangePlaylistMode(mode: number) { method renderFormInputs (line 195) | private renderFormInputs() { method renderFormInputsReactive (line 206) | private renderFormInputsReactive() { method listenUpdatedFormBlur (line 218) | listenUpdatedFormBlur(event) { method listenUpdatedFormReactive (line 223) | private listenUpdatedFormReactive() { method saveToStore (line 237) | private saveToStore() { method removeCampaign (line 248) | removeCampaign() { method destroy (line 278) | destroy() { FILE: src/app/campaigns/campaign-resolution.ts class CampaignResolution (line 25) | class CampaignResolution extends Compbaser { method constructor (line 31) | constructor(private yp: YellowPepperService) { method getNewCampaignParams (line 57) | private getNewCampaignParams() { method ngOnInit (line 73) | ngOnInit() { method destroy (line 76) | destroy() { FILE: src/app/campaigns/campaign-sched-props.ts class CampaignSchedProps (line 18) | class CampaignSchedProps extends Compbaser implements AfterViewInit { method constructor (line 35) | constructor(private fb: FormBuilder, private el: ElementRef, private y... method ngAfterViewInit (line 49) | ngAfterViewInit() { method _setPriority (line 65) | _setPriority(i_value: number) { method _onDurationChanged (line 70) | _onDurationChanged(i_value) { method _onStartTimeChanged (line 75) | _onStartTimeChanged(i_value) { method _renderCarouselPosition (line 80) | private _renderCarouselPosition() { method _renderConflictPriority (line 84) | private _renderConflictPriority() { method _renderFormInputs (line 94) | private _renderFormInputs() { method _initDays (line 133) | private _initDays() { method _initTimePicker (line 146) | private _initTimePicker() { method _onDaysChanged (line 163) | _onDaysChanged(checked, day: {}, i: number) { method _saveDates (line 177) | _saveDates(key, event: MouseEvent) { method _saveRepeat (line 199) | _saveRepeat() { method _saveToStore (line 204) | private _saveToStore(key?: string, event?: MouseEvent) { method destroy (line 210) | destroy() { FILE: src/app/campaigns/campaign-story-timeline.ts type IChannelCollection (line 20) | interface IChannelCollection { type IOutputs (line 25) | interface IOutputs { type IChannels (line 32) | interface IChannels { type IItem (line 41) | interface IItem { type ITimelineState (line 52) | interface ITimelineState { class CampaignStoryTimeline (line 90) | class CampaignStoryTimeline extends Compbaser implements AfterViewInit { method constructor (line 160) | constructor(private yp: YellowPepperService, private rp: RedPepperServ... method zoom (line 242) | set zoom(i_zoom: number) { method switchMode (line 251) | set switchMode(i_mode: boolean) { method updateStateChannelSelection (line 256) | private updateStateChannelSelection(i_channelSelectedId: number) { method updateStateDuration (line 267) | private updateStateDuration(i_duration: number) { method updateStateChannels (line 272) | private updateStateChannels(i_channels: List) { method setViewMode (line 47) | set setViewMode(i_viewMode: 'grid' | 'list') { method _onSelected (line 65) | _onSelected(event: MouseEvent, i_resource: ResourcesModel, index) { method resetSelection (line 71) | resetSelection() { method ngOnInit (line 75) | ngOnInit() { method destroy (line 78) | destroy() { FILE: src/app/resources/resources-navigation.ts class ResourcesNavigation (line 40) | class ResourcesNavigation extends Compbaser { method constructor (line 42) | constructor() { method destroy (line 46) | destroy() { FILE: src/app/resources/resources.ts class Resources (line 112) | class Resources extends Compbaser { method constructor (line 119) | constructor(private yp: YellowPepperService, private rp: RedPepperServ... method _onRemove (line 131) | _onRemove() { method _onFileUpload (line 150) | _onFileUpload(event) { method _onSelected (line 161) | _onSelected(i_resource: ResourcesModel) { FILE: src/app/scenes/index.ts constant LAZY_ROUTES (line 17) | const LAZY_ROUTES = [ class ScenesLazyModule (line 27) | class ScenesLazyModule { FILE: src/app/scenes/scene-creator.ts class SceneCreator (line 59) | class SceneCreator extends Compbaser implements AfterViewInit { method constructor (line 69) | constructor(private yp: YellowPepperService, private bs: BlockService,... method ngAfterViewInit (line 80) | ngAfterViewInit() { method _onSceneImport (line 122) | _onSceneImport() { method _onTemplateSelected (line 131) | _onTemplateSelected(account) { method _getTemplates (line 137) | private _getTemplates() { method _onAddScene (line 186) | _onAddScene(category) { method _goBack (line 237) | _goBack() { method _nameScene (line 241) | private _nameScene(i_cb) { method ngOnInit (line 252) | ngOnInit() { method destroy (line 255) | destroy() { method _initSceneTemplates (line 258) | private _initSceneTemplates() { FILE: src/app/scenes/scene-editor.ts constant ADD_NEW_BLOCK_SCENE (line 23) | const ADD_NEW_BLOCK_SCENE = 'ADD_NEW_BLOCK_SCENE'; constant SCENE_BLOCK_CHANGE (line 24) | const SCENE_BLOCK_CHANGE = 'SCENE_BLOCK_CHANGE'; constant SCENE_CHANGE (line 25) | const SCENE_CHANGE = 'SCENE_CHANGE'; constant JSON_EVENT_ROW_CHANGED (line 27) | const JSON_EVENT_ROW_CHANGED = 'JSON_EVENT_ROW_CHANGED'; constant STATIONS_POLL_TIME_CHANGED (line 28) | const STATIONS_POLL_TIME_CHANGED = 'STATIONS_POLL_TIME_CHANGED'; constant THEME_CHANGED (line 29) | const THEME_CHANGED = 'THEME_CHANGED'; constant SELECTED_STACK_VIEW (line 30) | const SELECTED_STACK_VIEW = 'SELECTED_STACK_VIEW'; constant BLOCK_SELECTED (line 31) | const BLOCK_SELECTED = 'BLOCK_SELECTED'; constant SCENE_BLOCKS_RENDERED (line 32) | const SCENE_BLOCKS_RENDERED = 'SCENE_BLOCKS_RENDERED'; constant SCENE_EDITOR_REMOVE (line 33) | const SCENE_EDITOR_REMOVE = 'SCENE_EDITOR_REMOVE'; constant SCENE_ITEM_REMOVE (line 34) | const SCENE_ITEM_REMOVE = 'SCENE_ITEM_REMOVE'; constant SCENE_CANVAS_SELECTED (line 35) | const SCENE_CANVAS_SELECTED = 'SCENE_CANVAS_SELECTED'; constant SCENE_SELECT_NEXT (line 36) | const SCENE_SELECT_NEXT = 'SCENE_SELECT_NEXT'; constant WIZARD_EXIT (line 37) | const WIZARD_EXIT = 'WIZARD_EXIT'; constant NEW_SCENE_ADD (line 38) | const NEW_SCENE_ADD = 'NEW_SCENE_ADD'; constant SCENE_LIST_UPDATED (line 39) | const SCENE_LIST_UPDATED = 'SCENE_LIST_UPDATED'; constant SCENE_UNDO (line 40) | const SCENE_UNDO = 'SCENE_UNDO'; constant SCENE_REDO (line 41) | const SCENE_REDO = 'SCENE_REDO'; constant REMOVING_SCENE (line 42) | const REMOVING_SCENE = 'REMOVING_SCENE'; constant REMOVED_SCENE (line 43) | const REMOVED_SCENE = 'REMOVED_SCENE'; constant REMOVING_RESOURCE (line 44) | const REMOVING_RESOURCE = 'REMOVING_RESOURCE'; constant REMOVED_RESOURCE (line 45) | const REMOVED_RESOURCE = 'REMOVED_RESOURCE'; constant ADDED_RESOURCE (line 46) | const ADDED_RESOURCE = 'ADDED_RESOURCE'; constant MOUSE_ENTERS_CANVAS (line 47) | const MOUSE_ENTERS_CANVAS = 'MOUSE_ENTERS_CANVAS'; constant FONT_SELECTION_CHANGED (line 48) | const FONT_SELECTION_CHANGED = 'FONT_SELECTION_CHANGED'; constant CAMPAIGN_LIST_LOADING (line 49) | const CAMPAIGN_LIST_LOADING = 'CAMPAIGN_LIST_LOADED'; class SceneEditor (line 95) | class SceneEditor extends Compbaser implements AfterViewInit { method constructor (line 125) | constructor(private zone: NgZone, private blockFactory: BlockFactorySe... method ngAfterViewInit (line 136) | ngAfterViewInit() { method ngOnInit (line 175) | ngOnInit() { method _onClosed (line 181) | _onClosed() { method _notifyScaleChange (line 186) | _notifyScaleChange() { method _onToolbarAction (line 191) | _onToolbarAction(event) { method _listenSceneSelection (line 303) | _listenSceneSelection() { method _listenBlockSelected (line 327) | _listenBlockSelected() { method _updateBlocksCount (line 372) | _updateBlocksCount() { method _sceneActive (line 388) | _sceneActive() { method _initializeCanvas (line 399) | _initializeCanvas(w, h) { method _initializeScene (line 414) | _initializeScene(i_selectedSceneID) { method _loadScene (line 425) | _loadScene() { method _listenSelectNextBlock (line 446) | _listenSelectNextBlock() { method _listenKeyboard (line 488) | _listenKeyboard() { method _listenSceneNew (line 531) | _listenSceneNew() { method _listenTotalBlocksModified (line 552) | _listenTotalBlocksModified() { method _listenSceneChanged (line 580) | _listenSceneChanged() { method _listenContextMenu (line 622) | _listenContextMenu() { method _onContentMenuSelection (line 664) | _onContentMenuSelection(i_command) { method _listenToCanvasScroll (line 787) | _listenToCanvasScroll() { method _listenAddBlockWizard (line 804) | _listenAddBlockWizard() { method _onAddedNewBlock (line 822) | _onAddedNewBlock() { method _sceneProcessing (line 830) | _sceneProcessing(i_status, i_callBack, from ?) { method _mementoInit (line 849) | _mementoInit() { method _mementoAddState (line 864) | _mementoAddState() { method _mementoLoadState (line 887) | _mementoLoadState(i_direction) { method _updateZorder (line 925) | _updateZorder(i_pushDirection, i_block) { method _preRender (line 956) | _preRender(i_domPlayerData, i_blockIDs ?) { method _render (line 1001) | _render(i_blockIDs) { method _renderPause (line 1062) | _renderPause() { method _renderContinue (line 1073) | _renderContinue() { method _createBlock (line 1087) | _createBlock(i_blockIDs) { method _delegateSceneBlockModified (line 1106) | _delegateSceneBlockModified() { method _listenAppResized (line 1120) | _listenAppResized() { method _sceneBlockScaled (line 1136) | _sceneBlockScaled(e) { method _sceneBlockMoving (line 1163) | _sceneBlockMoving(i_options) { method _listenBlockModified (line 1183) | _listenBlockModified() { method _drawGrid (line 1198) | _drawGrid() { method _listenCanvasSelections (line 1222) | _listenCanvasSelections() { method _blockSelected (line 1287) | _blockSelected(i_block) { method _discardSelections (line 1299) | _discardSelections() { method _sceneCanvasSelected (line 1310) | _sceneCanvasSelected() { method _onItemSelectedFromToolbar (line 1318) | _onItemSelectedFromToolbar(blockID) { method _updateBlockCords (line 1333) | _updateBlockCords(i_block, i_calcScale, x, y, w, h, a) { method _resetAllObjectScale (line 1368) | _resetAllObjectScale() { method _resetObjectScale (line 1381) | _resetObjectScale(i_target) { method _disposeBlocks (line 1397) | _disposeBlocks(i_blockID ?) { method _canvasUnselectable (line 1428) | _canvasUnselectable() { method _zoomTo (line 1449) | _zoomTo(nZooms) { method _zoomToBlock (line 1463) | _zoomToBlock(nZooms, block) { method _scrollTo (line 1477) | _scrollTo(i_top, i_left) { method _zoomIn (line 1487) | _zoomIn() { method _zoomInBlock (line 1506) | _zoomInBlock(i_block) { method _zoomOutBlock (line 1547) | _zoomOutBlock(i_block) { method _zoomOut (line 1587) | _zoomOut() { method _zoomReset (line 1606) | _zoomReset() { method disposeScene (line 1661) | disposeScene() { method createScene (line 1687) | createScene(i_scenePlayerData, i_stripIDs, i_loadScene, i_mimeType, i_... method getSelectedSceneID (line 1703) | getSelectedSceneID() { method destroy (line 1707) | destroy() { FILE: src/app/scenes/scene-list.ts class SceneList (line 27) | class SceneList extends Compbaser { method constructor (line 32) | constructor(private bs: BlockService) { method scenes (line 37) | set scenes(i_scenes: Array) { method _onSceneSelected (line 50) | _onSceneSelected(event: MouseEvent, scene: ISceneData, index) { method resetSelection (line 70) | resetSelection(){ method ngOnInit (line 74) | ngOnInit() { method destroy (line 77) | destroy() { FILE: src/app/scenes/scene-manager.ts class SceneManager (line 47) | class SceneManager extends Compbaser { method constructor (line 52) | constructor(private yp: YellowPepperService, private rp: RedPepperServ... method _notifyResetSceneSelection (line 76) | _notifyResetSceneSelection(){ method _removeScene (line 81) | _removeScene() { method _duplicateScene (line 104) | _duplicateScene() { method createScene (line 125) | private createScene(i_scenePlayerData, i_stripIDs, i_mimeType, i_name?) { method save (line 132) | private save() { method _onSceneSelected (line 143) | _onSceneSelected(i_uiState: IUiState) { method _newScene (line 147) | _newScene() { method destroy (line 154) | destroy() { FILE: src/app/scenes/scene-props-manager.ts class ScenePropsManager (line 38) | class ScenePropsManager extends Compbaser { method constructor (line 42) | constructor(private yp: YellowPepperService, private bs: BlockService,... method ngOnInit (line 69) | ngOnInit() { method destroy (line 72) | destroy() { FILE: src/app/scenes/scene-toolbar.ts class SceneToolbar (line 65) | class SceneToolbar extends Compbaser { method constructor (line 71) | constructor(private fb: FormBuilder, private cd: ChangeDetectorRef) { method blocks (line 79) | set blocks(i_blocks) { method _goBack (line 90) | _goBack(){ method _onBlockSelected (line 94) | _onBlockSelected(event) { method ngOnInit (line 98) | ngOnInit() { method destroy (line 101) | destroy() { FILE: src/app/scenes/scenes-navigation.ts class ScenesNavigation (line 48) | class ScenesNavigation extends Compbaser { method constructor (line 52) | constructor(private yp: YellowPepperService) { FILE: src/app/scenes/scenes.ts class Scenes (line 40) | class Scenes extends Compbaser { method constructor (line 44) | constructor(private yp: YellowPepperService, private rp: RedPepperServ... method _onLocationMapClosed (line 66) | _onLocationMapClosed(){ method _onSlideChange (line 71) | _onSlideChange(event: ISliderItemData) { FILE: src/app/settings/index.ts constant LAZY_ROUTES (line 9) | const LAZY_ROUTES = [ class SettingsLazyModule (line 19) | class SettingsLazyModule { FILE: src/app/settings/settings-navigation.ts class SettingsNavigation (line 26) | class SettingsNavigation extends Compbaser { method constructor (line 28) | constructor() { method destroy (line 32) | destroy() { FILE: src/app/settings/twofactor.ts class Twofactor (line 55) | class Twofactor extends Compbaser { method constructor (line 56) | constructor(private fb: FormBuilder, method listenEvents (line 86) | private listenEvents() { method changeTwoFactorStatus (line 105) | private changeTwoFactorStatus() { method onActivate (line 118) | private onActivate() { method addQrCode (line 130) | private addQrCode() { method removeQrCode (line 144) | private removeQrCode() { method onChangeStatus (line 148) | private onChangeStatus(i_twoFactorStatus: boolean) { method renderFormInputs (line 158) | private renderFormInputs() { FILE: src/app/stations/index.ts constant LAZY_ROUTES (line 11) | const LAZY_ROUTES = [ class StationsLazyModule (line 21) | class StationsLazyModule { FILE: src/app/stations/stations-list.ts class StationsList (line 62) | class StationsList extends Compbaser { method constructor (line 67) | constructor(private bs: BlockService, private el: ElementRef, private ... method stations (line 72) | set stations(i_stations: List) { method _onCheckedChange (line 85) | _onCheckedChange(station: StationModel) { method _onSelected (line 96) | _onSelected(event: MouseEvent, i_station: StationModel, index) { method resetSelection (line 103) | resetSelection() { method ngOnInit (line 107) | ngOnInit() { method destroy (line 110) | destroy() { FILE: src/app/stations/stations-navigation.ts class StationsNavigation (line 40) | class StationsNavigation extends Compbaser { method constructor (line 42) | constructor() { method ngOnInit (line 46) | ngOnInit() { method destroy (line 49) | destroy() { FILE: src/app/stations/stations-props-manager.ts class StationsPropsManager (line 69) | class StationsPropsManager extends Compbaser { method constructor (line 89) | constructor(private toast: ToastsManager, private fb: FormBuilder, pri... method loadImage (line 162) | loadImage(imagePath: string): Observable { method _resetSnapshotSelection (line 184) | _resetSnapshotSelection() { method _onMultiChangeCampaign (line 189) | _onMultiChangeCampaign(){ method _render (line 228) | _render() { method _onFocus (line 241) | _onFocus(i_value) { method _onStationRename (line 245) | _onStationRename() { method _onCommand (line 249) | _onCommand(i_command) { method _onLoaded (line 274) | _onLoaded() { method _onError (line 278) | _onError() { method _onCompleted (line 282) | _onCompleted() { method _takeSnapshot (line 286) | _takeSnapshot() { method _onSendEvent (line 309) | _onSendEvent() { method saveToStore (line 317) | private saveToStore() { method destroy (line 331) | destroy() { FILE: src/app/stations/stations.ts class Stations (line 102) | class Stations extends Compbaser { method constructor (line 109) | constructor(private yp: YellowPepperService, private rp: RedPepperServ... method _loadData (line 136) | _loadData() { method _removeStation (line 145) | _removeStation() { method _onSelected (line 175) | _onSelected(i_station: StationModel) { method _onMultiSelected (line 183) | _onMultiSelected(i_stations: any) { method destroy (line 192) | destroy() { FILE: src/app/studiopro/index.ts constant LAZY_ROUTES (line 8) | const LAZY_ROUTES = [ class StudioProLazyModule (line 18) | class StudioProLazyModule { FILE: src/app/studiopro/pro-upgrade.ts class ProUpgrade (line 31) | class ProUpgrade extends Compbaser { method constructor (line 36) | constructor(private fb: FormBuilder, private yp: YellowPepperService, ... method showMessage (line 51) | private showMessage(i_title: string, i_msg: string, i_status: boolean)... method _detectCardType (line 68) | _detectCardType(number) { method _onStartSubscription (line 109) | _onStartSubscription() { method destroy (line 187) | destroy() { FILE: src/app/studiopro/studiopro-navigation.ts class StudioProNavigation (line 285) | class StudioProNavigation extends Compbaser { method constructor (line 293) | constructor(private yp: YellowPepperService, private rp: RedPepperServ... method _initCustomer (line 298) | _initCustomer() { method _onConvert (line 306) | _onConvert(event) { method _onSubscribe (line 310) | _onSubscribe(event) { method ngOnInit (line 314) | ngOnInit() { method destroy (line 319) | destroy() { FILE: src/comps/blurforwarder/BlurForwarder.ts class BlurForwarder (line 8) | class BlurForwarder { method constructor (line 9) | constructor(private elRef: ElementRef) { method onBlur (line 12) | onBlur($event) { FILE: src/comps/connect-form/connect-form.ts constant FORM_SUBMIT_SUCCESS (line 9) | const FORM_SUBMIT_SUCCESS = 'FORM_SUBMIT_SUCCESS'; constant FORM_SUBMIT_ERROR (line 10) | const FORM_SUBMIT_ERROR = 'FORM_SUBMIT_ERROR'; class ConnectFormDirective (line 30) | class ConnectFormDirective { method constructor (line 39) | constructor(private formGroupDirective: FormGroupDirective, method ngOnInit (line 44) | ngOnInit() { method ngOnDestroy (line 80) | ngOnDestroy() { FILE: src/comps/contact-us/contact-us.ts class ContactUs (line 44) | class ContactUs { method constructor (line 50) | constructor(private yp: YellowPepperService) { method onError (line 53) | onError(error) { method onSuccess (line 57) | onSuccess(e) { method ngOnInit (line 61) | ngOnInit() { method compareFn (line 73) | compareFn(optionOne, optionTwo): boolean { method submit (line 77) | submit(e) { FILE: src/comps/disable-control/disable-control.ts class DisableControlDirective (line 7) | class DisableControlDirective { method disableControl (line 10) | set disableControl(condition: boolean) { method constructor (line 15) | constructor(private ngControl: NgControl) { FILE: src/comps/draggable-list/draggable-list.ts class DraggableList (line 62) | class DraggableList extends Compbaser implements AfterViewInit { method constructor (line 68) | constructor(private el: ElementRef) { method items (line 78) | set items(i_items: List) { method deselect (line 84) | public deselect() { method _onItemSelected (line 94) | private _onItemSelected(item, event, i) { method createSortable (line 105) | public createSortable() { method _sortablePress (line 159) | _sortablePress() { method _sortableDragStart (line 174) | _sortableDragStart() { method _sortableDrag (line 182) | _sortableDrag() { method _sortableSnap (line 204) | _sortableSnap(y) { method ngAfterViewInit (line 211) | ngAfterViewInit() { method ngOnInit (line 216) | ngOnInit() { method destroy (line 219) | destroy() { FILE: src/comps/duration-input/duration-input.component.ts class DurationInputComponent (line 8) | class DurationInputComponent implements OnInit { method setDuration (line 22) | set setDuration(i_duration: number) { method constructor (line 33) | constructor() { method ngOnInit (line 36) | ngOnInit() { method calcSeconds (line 44) | calcSeconds() { method increment (line 53) | increment() { method decrement (line 85) | decrement() { method notifyChanges (line 116) | notifyChanges() { method updateDisplay (line 126) | updateDisplay() { method inputTime (line 132) | inputTime(e) { method keyUp (line 140) | keyUp(e) { method setFocus (line 167) | setFocus(event, field) { method mouseDownIncrement (line 172) | mouseDownIncrement() { method mouseUpIncrement (line 177) | mouseUpIncrement() { method mouseDownDecrement (line 181) | mouseDownDecrement() { method mouseUpDecrement (line 186) | mouseUpDecrement() { method padLeft (line 190) | padLeft(n) { FILE: src/comps/entry/AutoLogin.ts class AutoLogin (line 11) | class AutoLogin extends Compbaser { FILE: src/comps/entry/LoginPanel.ts type ViewMod (line 16) | enum ViewMod { class LoginPanel (line 174) | class LoginPanel extends Compbaser { method constructor (line 188) | constructor(private ngmslibService: NgmslibService, private store: Sto... method listenEvents (line 199) | private listenEvents() { method passFocus (line 245) | passFocus() { method onChangeBusinessName (line 250) | onChangeBusinessName(){ method onResetPassword (line 259) | onResetPassword() { method onChangePassword (line 270) | onChangePassword() { method onClickedLogin (line 283) | onClickedLogin() { method isAccessAllowed (line 293) | private isAccessAllowed(i_reason: AuthenticateFlags): boolean { method showMessage (line 329) | private showMessage(title, message) { FILE: src/comps/font-selector/font-selector.ts type IFontSelector (line 8) | interface IFontSelector { class FontSelector (line 110) | class FontSelector extends Compbaser implements AfterViewInit { method constructor (line 130) | constructor(private fontService: FontLoaderService, private el: Elemen... method setConfig (line 137) | set setConfig(i_config: IFontSelector) { method _listenColorChanged (line 148) | _listenColorChanged() { method _moveColorPicker (line 163) | _moveColorPicker() { method _onFontChanged (line 170) | _onFontChanged(e) { method _onFontSizeChanged (line 175) | _onFontSizeChanged(i_value) { method _onFontStyleToggle (line 180) | _onFontStyleToggle(i_style) { method _onAlignmentChange (line 185) | _onAlignmentChange(direction: 'left' | 'center' | 'right') { method ngAfterViewInit (line 190) | ngAfterViewInit() { method ngOnInit (line 194) | ngOnInit() { method destroy (line 197) | destroy() { FILE: src/comps/hour-counter/hour-counter.ts class HourCounter (line 19) | class HourCounter { method constructor (line 21) | constructor(private el: ElementRef) { method setFocus (line 50) | setFocus(id) { method intIncrementStart (line 55) | intIncrementStart() { method intIncrementEnd (line 59) | intIncrementEnd() { method intDecrementStart (line 63) | intDecrementStart() { method intDecrementEnd (line 67) | intDecrementEnd() { method increment (line 71) | increment() { method decrement (line 109) | decrement() { method padLeft (line 145) | padLeft(n) { method validate (line 152) | validate() { FILE: src/comps/imgloader/ImgLoader.ts class ImgLoader (line 18) | class ImgLoader { method constructor (line 20) | constructor(private cdr:ChangeDetectorRef) { method getImageUrl (line 37) | private getImageUrl() { method onImageLoaded (line 46) | private onImageLoaded() { method onImageError (line 50) | private onImageError() { method reloadImage (line 54) | public reloadImage(){ FILE: src/comps/infobox/Infobox.ts class Infobox (line 44) | class Infobox { FILE: src/comps/lazy-image/lazy-image.ts class LazyImage (line 53) | class LazyImage { method constructor (line 59) | constructor(private el: ElementRef, private ngZone: NgZone) { method urls (line 74) | set urls(i_urls: Array) { method setUrls (line 78) | setUrls(i_urls: Array) { method resetToDefault (line 84) | public resetToDefault() { method ngAfterViewInit (line 89) | ngAfterViewInit() { method ngOnInit (line 93) | ngOnInit() { method setImage (line 96) | setImage(element: HTMLElement, i_url) { method loadImage (line 106) | loadImage(i_urls) { method destroy (line 151) | destroy() { FILE: src/comps/limited-access/limited-access.ts class LimitedAccess (line 69) | class LimitedAccess { FILE: src/comps/loading/loading.ts class Loading (line 34) | class Loading { method style (line 43) | set style(i_style: Object) { method size (line 48) | set size(i_size) { FILE: src/comps/logo/Logo.ts class Logo (line 31) | class Logo { method constructor (line 32) | constructor(private elementRef: ElementRef) { method listenMouse (line 36) | listenMouse(): void { FILE: src/comps/logo/reseller-logo.ts class ResellerLogo (line 24) | class ResellerLogo extends Compbaser implements AfterViewInit { method constructor (line 27) | constructor(private yp: YellowPepperService, private rp: RedPepperServ... method _onLoaded (line 34) | _onLoaded() { method _onError (line 38) | _onError() { method _onCompleted (line 42) | _onCompleted() { method ngAfterViewInit (line 46) | ngAfterViewInit() { method ngOnInit (line 63) | ngOnInit() { method destroy (line 66) | destroy() { FILE: src/comps/logout/Logout.ts class Logout (line 57) | class Logout extends Compbaser { method constructor (line 58) | constructor(private localStorage: LocalStorage, private rp: RedPepperS... method _onSaveChangesLogout (line 73) | _onSaveChangesLogout(){ method _onLogout (line 79) | _onLogout() { FILE: src/comps/match-body-height/match-body-height.ts class MatchBodyHeight (line 6) | class MatchBodyHeight implements AfterContentInit { method constructor (line 8) | constructor(private el: ElementRef) { method ngAfterContentInit (line 14) | ngAfterContentInit() { method onResize (line 19) | onResize() { method ngOnDestroy (line 24) | ngOnDestroy(){ FILE: src/comps/media-player/media-player.ts class MediaPlayer (line 45) | class MediaPlayer { method constructor (line 49) | constructor() { method playResource (line 59) | set playResource(i_resource: string) { method onSwap (line 65) | onSwap(source: string, type: string) { method getApi (line 81) | getApi(): VgAPI { method onPlayerReady (line 85) | onPlayerReady(i_api: VgAPI) { FILE: src/comps/ng-menu/ng-menu-item.ts class NgMenuItem (line 12) | class NgMenuItem extends Compbaser { method constructor (line 14) | constructor(private ngMenu:NgMenu) { method getTitle (line 23) | get getTitle(): string { method getName (line 27) | get getName(): string { method getFontAwesome (line 31) | get getFontAwesome(): string { method ngOnInit (line 36) | ngOnInit() { method destroy (line 39) | destroy() { FILE: src/comps/ng-menu/ng-menu.ts class NgMenu (line 63) | class NgMenu extends Compbaser { method constructor (line 65) | constructor(private router: Router, private commBroker: CommBroker, pr... method ngOnInit (line 69) | ngOnInit() { method listenWinResize (line 80) | private listenWinResize() { method listenMenuSelected (line 91) | private listenMenuSelected(ngMenuItem:NgMenuItem, event: MouseEvent) { method addMenuItem (line 96) | public addMenuItem(i_item: NgMenuItem): void { method destroy (line 101) | destroy() { FILE: src/comps/panel-split/panel-split-container.ts class PanelSplitContainer (line 14) | class PanelSplitContainer implements AfterViewInit { method constructor (line 15) | constructor(private el: ElementRef) { method ngAfterViewInit (line 24) | ngAfterViewInit() { FILE: src/comps/panel-split/panel-split-main.ts class PanelSplitMain (line 32) | class PanelSplitMain { method constructor (line 34) | constructor(private el: ElementRef) { method setFullScreen (line 37) | setFullScreen(value) { FILE: src/comps/panel-split/panel-split-side.ts class PanelSplitSide (line 53) | class PanelSplitSide { method constructor (line 55) | constructor(private el: ElementRef) { method _toggle (line 63) | _toggle(event: MouseEvent) { FILE: src/comps/screen-template/screen-template.ts class ScreenTemplate (line 33) | class ScreenTemplate extends Compbaser { method constructor (line 39) | constructor(private el: ElementRef) { method ngAfterViewInit (line 43) | ngAfterViewInit(){ method mouseHoverEffect (line 53) | set mouseHoverEffect(i_value) { method setTemplate (line 58) | set setTemplate(i_screenTemplateData: IScreenTemplateData) { method _onViewSelected (line 96) | private _onViewSelected(e, i_caller) { method _deselectViewers (line 120) | private _deselectViewers() { method _mouseOverEffect (line 135) | private _mouseOverEffect() { method _mouseDoubleClickDivision (line 148) | private _mouseDoubleClickDivision() { method getDivisions (line 177) | getDivisions() { method _create (line 197) | private _create() { method selectableFrame (line 255) | selectableFrame() { method campaignTimelineId (line 279) | get campaignTimelineId(){ method selectFrame (line 289) | selectFrame() { method deSelectFrame (line 298) | deSelectFrame() { method deselectDivisons (line 310) | deselectDivisons() { method selectDivison (line 320) | selectDivison(i_campaign_timeline_board_viewer_id) { method destroy (line 328) | destroy() { FILE: src/comps/simple-grid-module/SimpleGrid.ts constant SIMPLEGRID_DIRECTIVES (line 11) | const SIMPLEGRID_DIRECTIVES:Array = [SimpleGridTable, SimpleGridSor... type ISimpleGridEdit (line 13) | interface ISimpleGridEdit { FILE: src/comps/simple-grid-module/SimpleGridData.ts class SimpleGridData (line 36) | class SimpleGridData { method item (line 43) | set item(i_storeModel:StoreModel) { method field (line 48) | set field(i_field) { method processField (line 53) | set processField(i_processField:(storeModel:StoreModel)=>string) { method editable (line 58) | set editable(i_editable) { method onEdit (line 65) | onEdit(isEditing:boolean) { FILE: src/comps/simple-grid-module/SimpleGridDataChecks.ts class SimpleGridDataChecks (line 32) | class SimpleGridDataChecks { method constructor (line 33) | constructor(private cdr: ChangeDetectorRef) { method checkboxes (line 44) | set checkboxes(i_checkboxes: List) { method item (line 49) | set item(i_storeModel: StoreModel) { method onClick (line 60) | private onClick(e) { FILE: src/comps/simple-grid-module/SimpleGridDataCurrency.ts class SimpleGridDataCurrency (line 18) | class SimpleGridDataCurrency { method item (line 23) | set item(i_storeModel:StoreModel) { method field (line 28) | set field(i_field) { method processField (line 33) | set processField(i_processField:(storeModel:StoreModel)=>string) { FILE: src/comps/simple-grid-module/SimpleGridDataDropdown.ts class SimpleGridDataDropdown (line 52) | class SimpleGridDataDropdown { method dropdown (line 64) | set dropdown(i_dropdown: List) { method item (line 69) | set item(i_storeModel: StoreModel) { method field (line 74) | set field(i_field) { method testSelection (line 79) | set testSelection(i_testSelection: (dropItem: any, storeModel: StoreMo... method onChanges (line 86) | onChanges(event) { method getSelected (line 90) | private getSelected(i_dropItem): string { FILE: src/comps/simple-grid-module/SimpleGridDataImage.ts class SimpleGridDataImage (line 18) | class SimpleGridDataImage { method item (line 24) | set item(i_storeModel:StoreModel) { method field (line 29) | set field(i_field) { method color (line 34) | set color(i_color:string) { method onClick (line 40) | onClick(event){ FILE: src/comps/simple-grid-module/SimpleGridDraggable.ts type ISimpleGridDraggedData (line 18) | interface ISimpleGridDraggedData { class SimpleGridDraggable (line 27) | class SimpleGridDraggable { method constructor (line 30) | constructor(@Inject(forwardRef(() => SimpleGridTable)) i_table: Simple... method ngAfterViewInit (line 48) | ngAfterViewInit() { method _cleanSortables (line 56) | _cleanSortables() { method createSortable (line 65) | public createSortable() { method _sortablePress (line 116) | _sortablePress() { method _sortableDragStart (line 131) | _sortableDragStart() { method _sortableDrag (line 139) | _sortableDrag() { method _sortableSnap (line 161) | _sortableSnap(y) { method ngOnDestroy (line 168) | ngOnDestroy() { FILE: src/comps/simple-grid-module/SimpleGridModule.ts constant SIMPLEGRID_DIRECTIVES (line 22) | const SIMPLEGRID_DIRECTIVES: Array = [SimpleGridTable, SimpleGridSo... type ISimpleGridEdit (line 24) | interface ISimpleGridEdit { class SimpleGridModule (line 37) | class SimpleGridModule { method forRoot (line 38) | static forRoot(): ModuleWithProviders { FILE: src/comps/simple-grid-module/SimpleGridRecord.ts class SimpleGridRecord (line 11) | class SimpleGridRecord { method constructor (line 14) | constructor(@Inject(forwardRef(() => SimpleGridTable)) i_table: Simple... method doubleClicked (line 39) | doubleClicked(event) { method onSelected (line 49) | onSelected() { method index (line 64) | set index(i_index:number) { method index (line 68) | get index() { method ngOnInit (line 72) | ngOnInit() { method setSelected (line 80) | private setSelected() { FILE: src/comps/simple-grid-module/SimpleGridSortableHeader.ts class SimpleGridSortableHeader (line 21) | class SimpleGridSortableHeader { method headerClicked (line 30) | headerClicked(): void { FILE: src/comps/simple-grid-module/SimpleGridTable.ts class SimpleGridTable (line 24) | class SimpleGridTable { method setSelected (line 34) | public setSelected(i_selected: SimpleGridRecord) { method deselect (line 41) | public deselect() { method getSelected (line 52) | public getSelected(): SimpleGridRecord { FILE: src/comps/sliderpanel/SliderItemContent.ts type ISliderItemData (line 6) | interface ISliderItemData { class SlideritemContent (line 24) | class SlideritemContent extends Compbaser { method constructor (line 28) | constructor(private viewContainer: ViewContainerRef, protected sliderP... method addClass (line 50) | public addClass(i_className) { method hasClass (line 54) | public hasClass(i_className) { method getNative (line 58) | public getNative() { method removeClass (line 62) | public removeClass(i_className) { method slideTo (line 66) | public slideTo(to: string, direction: string) { method onNext (line 75) | public onNext() { method onPrev (line 79) | public onPrev() { method destroy (line 83) | destroy(){ FILE: src/comps/sliderpanel/Slideritem.ts type ISliderItemData (line 6) | interface ISliderItemData { class Slideritem (line 28) | class Slideritem extends Compbaser implements DoCheck { method constructor (line 33) | constructor(private viewContainer: ViewContainerRef, protected sliderP... method ngDoCheck (line 47) | ngDoCheck() { method addClass (line 74) | public addClass(i_className) { method hasClass (line 78) | public hasClass(i_className) { method getNative (line 82) | public getNative() { method removeClass (line 86) | public removeClass(i_className) { method slideTo (line 90) | public slideTo(to: string, direction: string) { method onNext (line 99) | public onNext() { method onPrev (line 103) | public onPrev() { method destroy (line 107) | destroy() { FILE: src/comps/sliderpanel/Sliderpanel.ts class Sliderpanel (line 19) | class Sliderpanel { method constructor (line 25) | constructor(viewContainer: ViewContainerRef, @Inject(DOCUMENT) private... method getElementByClass (line 31) | private getElementByClass(element: string) { method removeAllClassesFrom (line 36) | private removeAllClassesFrom(elementClass: any, selected?: boolean) { method addClassesTo (line 48) | private addClassesTo(elementClass: any, classesToAdd: string[]) { method slideToPage (line 55) | public slideToPage(toClassName: string, i_direction: string): void { method addSlider (line 73) | public addSlider(i_slider) { FILE: src/comps/svg-icon/svg-icon.ts class SvgIcon (line 9) | class SvgIcon { method path (line 11) | set path(val: string) { method constructor (line 19) | constructor(private http: Http, private elementRef: ElementRef) { method loadSvg (line 23) | loadSvg(val: string) { FILE: src/comps/tabs/tab.ts class Tab (line 31) | class Tab { method constructor (line 33) | constructor(@Host() private tabs: Tabs) { method active (line 44) | public set active(value) { method active (line 50) | public get active() { method show (line 54) | public set show(value) { method show (line 62) | public get show() { FILE: src/comps/tabs/tabs.ts class Tabs (line 17) | class Tabs { method constructor (line 22) | constructor() { method selectTab (line 26) | private selectTab(tab, event) { method checkActive (line 34) | public checkActive() { method addTab (line 39) | addTab(tab: any) { FILE: src/decorators/once-decorator.ts function Once (line 2) | function Once(milliseconds: number = 0) { FILE: src/decorators/timeout-decorator.ts function timeout (line 4) | function timeout( milliseconds: number = 0 ) { FILE: src/filters/filter-model-pipe.ts class FilterModelPipe (line 8) | class FilterModelPipe implements PipeTransform { method transform (line 9) | transform(model:StoreModel, ...args:any[]):boolean { FILE: src/interfaces/BlockTypeEnum.ts type BlockTypeEnum (line 1) | enum BlockTypeEnum { FILE: src/interfaces/Consts.ts constant BLOCKS_LOADED (line 1) | const BLOCKS_LOADED = 'BLOCKS_LOADED'; constant PLACEMENT_SCENE (line 2) | const PLACEMENT_SCENE = 'PLACEMENT_SCENE'; constant PLACEMENT_CHANNEL (line 3) | const PLACEMENT_CHANNEL = 'PLACEMENT_CHANNEL'; constant PLACEMENT_IS_SCENE (line 4) | const PLACEMENT_IS_SCENE = 'PLACEMENT_IS_SCENE'; constant PLACEMENT_LISTS (line 5) | const PLACEMENT_LISTS = 'PLACEMENT_LISTS'; constant FASTERQ_QUEUE_CALL_CANCLED (line 6) | const FASTERQ_QUEUE_CALL_CANCLED = 'FASTERQ_QUEUE_CALL_CANCLED'; constant BLOCK_SERVICE (line 7) | const BLOCK_SERVICE = 'BLOCK_SERVICE'; class Consts (line 38) | class Consts { method Clas (line 39) | public static Clas() { method Events (line 45) | public static Events() { method Values (line 54) | public static Values() { method Services (line 64) | public static Services() { FILE: src/interfaces/IAddContent.ts type IAddContents (line 4) | interface IAddContents { FILE: src/interfaces/IRegisterCaller.ts type IRegisterCaller (line 1) | interface IRegisterCaller { FILE: src/interfaces/IScreenTemplate.ts type IScreenTemplateData (line 3) | interface IScreenTemplateData { FILE: src/libs/enjoyhint/enjoyhint.js function makeSVG (line 325) | function makeSVG(tag, attrs) { function setArrowData (line 861) | function setArrowData(l_s, c_s, a_s) { function sideStatements (line 867) | function sideStatements(top_s, mid_top_s, mid_s, mid_bottom_s, bottom_s) { function c (line 1034) | function c(){this.constructor=a} function a (line 1034) | function a(i){for(b=[],c=i.length,d=0;c>d;d++)e=i[d],h++,e.nodeType!==o&... function a (line 1035) | function a(){this.r=0,this.g=0,this.b=0,this.a=0,this.next=null} function b (line 1035) | function b(b,e){var f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D=b.... function a (line 1035) | function a(a,b,c){var d=4*(c*a.width+b),e=[];return e.push(a.data[d++],a... function b (line 1035) | function b(a,b){return Math.sqrt(Math.pow(a[0]-b[0],2)+Math.pow(a[1]-b[1... function c (line 1035) | function c(a){for(var b=[0,0,0],c=0;c=e?... function h (line 1) | function h(a,b,e,f,g,h,i,j){var k=d.call(arguments);if(c[k])return c[k];... function b (line 1) | function b(b,c){for(var d=a.call(arguments,2),e=[],f=0,g=b.length;f=b})} function d (line 1) | function d(a,b){return e(a,b,function(a,b){return ab[3]?b[3]:b[0],1!==b[0]||1!==b[3]||0!=... function x (line 1) | function x(a){var c=a.objects,e=a.options;return c=c.map(function(a){ret... function y (line 1) | function y(a,b,c){b[c]&&b[c].toSVG&&a.push('0} function e (line 6) | function e(e){for(var f=0,g=b.length;f=i?... function u (line 1) | function u(e,t,i,s,o,u,a,f){var l=r.call(arguments);if(n[l])return n[l];... function t (line 1) | function t(t,n){var r=e.call(arguments,2),i=[];for(var s=0,o=t.length;s<... function n (line 1) | function n(e,t){return i(e,t,function(e,t){return e>=t})} function r (line 1) | function r(e,t){return i(e,t,function(e,t){return et[3]?t[3]:t[0];if(t[0]===1&&t[3]===1&&t[4... function x (line 1) | function x(e){var n=e.objects,i=e.options;return n=n.map(function(e){ret... function T (line 1) | function T(e,t,n){t[n]&&t[n].toSVG&&e.push('0} function i (line 6) | function i(i){for(var s=0,o=t.length;s0&&b.offsetHeight>0} function c (line 7) | function c(b){if(b.minTime&&(b.minTime=t(b.minTime)),b.maxTime&&(b.maxTi... function d (line 7) | function d(b){var c=b.data("timepicker-settings"),d=b.data("timepicker-l... function e (line 7) | function e(b,c){var d,e,f;return"object"==typeof b?(d=b.label,e=b.classN... function f (line 7) | function f(a,b){return a=b.roundingFunction(a,b),null!==a?s(a,b):void 0} function g (line 7) | function g(b){var c=a(b.target),d=c.closest(".ui-timepicker-input");0===... function h (line 7) | function h(a){var b=a.data("timepicker-settings");return(window.navigato... function i (line 7) | function i(b,c,d){if(!d&&0!==d)return!1;var e=b.data("timepicker-setting... function j (line 7) | function j(a,b){b.find("li").removeClass("ui-timepicker-selected");var c... function k (line 7) | function k(b,c){if(""!==this.value&&"timepicker"!=c){var d=a(this);if(!d... function l (line 7) | function l(a){return a.is("input")?a.val():a.data("ui-timepicker-value")} function m (line 7) | function m(a,b,c){if(a.is("input")){a.val(b);var d=a.data("timepicker-se... function n (line 7) | function n(a){switch(a.keyCode){case 13:case 9:return;default:a.preventD... function o (line 7) | function o(c){var d=a(this),e=d.data("timepicker-list");if(!e||!b(e)){if... function p (line 7) | function p(c){var d=a(this),e=d.data("timepicker-list"),f=d.data("timepi... function q (line 7) | function q(a){var b=a.data("timepicker-settings"),c=a.data("timepicker-l... function r (line 7) | function r(a,b){a=Math.abs(a);var c,d,e=Math.round(a/60),f=[];return 60>... function s (line 7) | function s(b,c){if("number"!=typeof b)return null;var d=parseInt(b%60),e... function t (line 7) | function t(a,b){if(""===a||null===a)return null;if("object"==typeof a)re... FILE: src/libs/minicolors/jquery.minicolors.js function init (line 120) | function init(input, settings) { function destroy (line 187) | function destroy(input) { function show (line 204) | function show(input) { function hide (line 229) | function hide() { function move (line 247) | function move(target, event, animate) { function updateFromControl (line 310) | function updateFromControl(input, target) { function updateFromInput (line 458) | function updateFromInput(input, preserveInputValue) { function doChange (line 592) | function doChange(input, hex, opacity) { function rgbObject (line 625) | function rgbObject(input) { function rgbString (line 635) | function rgbString(input, alpha) { function convertCase (line 649) | function convertCase(string, letterCase) { function parseHex (line 654) | function parseHex(string, expand) { function keepWithin (line 664) | function keepWithin(value, min, max) { function hsb2rgb (line 671) | function hsb2rgb(hsb) { function rgb2hex (line 699) | function rgb2hex(rgb) { function hsb2hex (line 712) | function hsb2hex(hsb) { function hex2hsb (line 717) | function hex2hsb(hex) { function rgb2hsb (line 724) | function rgb2hsb(rgb) { function hex2rgb (line 752) | function hex2rgb(hex) { FILE: src/libs/qrcode/qrcode.js function QR8bitByte (line 29) | function QR8bitByte(data) { function QRCodeModel (line 78) | function QRCodeModel(typeNumber, errorCorrectLevel) { function QRPolynomial (line 139) | function QRPolynomial(num,shift){if(num.length==undefined){throw new Err... function QRRSBlock (line 146) | function QRRSBlock(totalCount,dataCount){this.totalCount=totalCount;this... function QRBitBuffer (line 149) | function QRBitBuffer(){this.buffer=[];this.length=0;} function _isSupportCanvas (line 154) | function _isSupportCanvas() { function _getAndroid (line 159) | function _getAndroid() { function makeSVG (line 191) | function makeSVG(tag, attrs) { function _onMakeImage (line 276) | function _onMakeImage() { function _safeSetDataURI (line 310) | function _safeSetDataURI(fSuccess, fFail) { function _getTypeNumber (line 469) | function _getTypeNumber(sText, nCorrectLevel) { function _getUTF8Length (line 505) | function _getUTF8Length(sText) { FILE: src/libs/rc4v1/rc4v1.js function RC4 (line 7) | function RC4(i_passkey) { FILE: src/libs/rc4v2/rc4v2.js function RC4 (line 5) | function RC4() { function initialize (line 22) | function initialize(pwd){ function encrypt (line 48) | function encrypt(src, key) { function decrypt (line 62) | function decrypt(src, key) { function calculate (line 76) | function calculate(plaintxt, psw){ function charsToHex (line 100) | function charsToHex(chars) { function hexToChars (line 111) | function hexToChars(hex) { function charsToStr (line 120) | function charsToStr(chars) { function strToChars (line 129) | function strToChars(str) { FILE: src/libs/ruler/ruler.js function cornerDraw (line 180) | function cornerDraw(container, side) { function mousedown (line 192) | function mousedown(e) { FILE: src/libs/xml2js/xml2js.js function X2JS (line 18) | function X2JS(config) { FILE: src/models/LocationMarkModel.ts class LocationMarkModel (line 2) | class LocationMarkModel extends StoreModel { method constructor (line 4) | constructor(data) { method lng (line 8) | public get lng() { method lat (line 12) | public get lat() { method radius (line 16) | public get radius() { method draggable (line 20) | public get draggable() { method setLng (line 24) | public setLng(value) { method setLat (line 28) | public setLat(value) { method seRadius (line 32) | public seRadius(value) { method getRadius (line 36) | public getRadius() { FILE: src/models/StationModel.ts class StationModel (line 3) | class StationModel extends StoreModel implements IStation{ method constructor (line 5) | constructor(data) { method id (line 9) | public get id() { method localAddress (line 13) | public get localAddress() { method publicIp (line 17) | public get publicIp() { method peakMemory (line 21) | public get peakMemory() { method appVersion (line 25) | public get appVersion() { method caching (line 29) | public get caching() { method totalMemory (line 33) | public get totalMemory() { method runningTime (line 37) | public get runningTime() { method startTime (line 41) | public get startTime() { method status (line 45) | public get status() { method watchDogConnection (line 49) | public get watchDogConnection() { method name (line 53) | public get name() { method getStationName (line 57) | public getStationName() { method connectionStatusChanged (line 61) | public get connectionStatusChanged() { method localPort (line 65) | public get localPort():number { method socket (line 69) | public get socket() { method connection (line 73) | public get connection() { method os (line 77) | public get os() { method airVersion (line 81) | public get airVersion() { method stationColor (line 85) | public get stationColor() { method lastUpdate (line 89) | public get lastUpdate() { FILE: src/models/StoreModel.ts class StoreModel (line 13) | class StoreModel { method UniqueId (line 15) | static UniqueId(){ method constructor (line 19) | constructor(data:any = {}) { method setKey (line 25) | public setKey(ClassName:any, key:string, value:any):T { method getKey (line 29) | public getKey(key:string) { method setData (line 33) | public setData(ClassName, data:any):T { method getData (line 42) | public getData():Map { method listPush (line 53) | public listPush(ClassName, i_key:string, i_value:string):any { FILE: src/models/StoreModelAbstract.ts method UniqueId (line 19) | static UniqueId(){ method constructor (line 23) | constructor(data: any = {}) { method setKey (line 29) | public setKey(key: string, value: any): T { method getKey (line 33) | public getKey(key: string) { method setData (line 37) | public setData(data: any): T { method getData (line 42) | public getData(): Map { method listPush (line 53) | public listPush(i_key: string, i_value: K): T { FILE: src/models/UserModel.ts class UserModel (line 2) | class UserModel extends StoreModel { method constructor (line 4) | constructor(data: {user: string, pass: string, authenticated: boolean,... method setTime (line 24) | public setTime() { method getTime (line 28) | public getTime() { method setAuthenticated (line 32) | setAuthenticated(value:boolean) { method setComponents (line 36) | setComponents(value) { method getAuthenticated (line 40) | getAuthenticated(): boolean { method setUser (line 44) | setUser(value:string) { method getUser (line 48) | getUser() { method resellerId (line 52) | get resellerId(){ method user (line 56) | user() { method setPass (line 60) | setPass(value:string) { method getPass (line 64) | getPass() { method pass (line 68) | pass() { method getDomain (line 72) | getDomain() { method getPartialDomain (line 76) | getPartialDomain() { method setDomain (line 80) | setDomain(value:string) { method setAccountType (line 84) | setAccountType(value:number) { method setResellerInfo (line 88) | setResellerInfo(value:XMLDocument) { method setResellerId (line 92) | setResellerId(value:number) { method setResellerName (line 96) | setResellerName(value:string) { method setEri (line 100) | setEri(value:string) { method setResellerWhiteLabel (line 104) | setResellerWhiteLabel(value:{[key: string]: string}) { method resellerWhiteLabel (line 108) | get resellerWhiteLabel() { method getAccountType (line 112) | getAccountType() { method setTwoFactorRequired (line 116) | setTwoFactorRequired(value:boolean) { method getTwoFactorRequired (line 120) | getTwoFactorRequired(): boolean { method setBusinessId (line 124) | setBusinessId(value:number) { method getBusinessId (line 128) | getBusinessId(): number { method businessId (line 132) | businessId() { method setRememberMe (line 136) | setRememberMe(value:boolean) { method getRememberMe (line 140) | getRememberMe() { method rememberMe (line 144) | rememberMe() { FILE: src/models/fasterq-analytics.ts class FasterqAnalyticsModel (line 2) | class FasterqAnalyticsModel extends StoreModel { method constructor (line 4) | constructor(data) { method lineId (line 8) | public get lineId() { method serviceId (line 12) | public get serviceId() { method queueId (line 16) | public get queueId() { method name (line 20) | public get name() { method analyticId (line 24) | public get analyticId() { method serviced (line 28) | public get serviced() { method entered (line 32) | public get entered() { method verification (line 36) | public get verification() { method called (line 40) | public get called() { method businessId (line 44) | public get businessId() { FILE: src/models/fasterq-line-model.ts class FasterqLineModel (line 2) | class FasterqLineModel extends StoreModel { method constructor (line 4) | constructor(data) { method lineId (line 8) | public get lineId() { method businessId (line 12) | public get businessId() { method lineName (line 16) | public get lineName() { method serviceId (line 20) | public get serviceId() { method reminder (line 24) | public get reminder() { method callType (line 28) | public get callType():'EMAIL' | 'SMS' | 'QR' { method verification (line 32) | public get verification() { method sms (line 36) | public get sms() { method email (line 40) | public get email() { method date (line 44) | public get date() { FILE: src/models/fasterq-queue-model.ts class FasterqQueueModel (line 3) | class FasterqQueueModel extends StoreModel { method constructor (line 5) | constructor(data) { method queued (line 9) | public get queued() { method serviceId (line 13) | public get serviceId() { method lineId (line 18) | public get lineId() { method verification (line 22) | public get verification() { method queueId (line 26) | public get queueId() { method steppedOut (line 30) | public get steppedOut() { method name (line 34) | public get name() { method analyticId (line 38) | public get analyticId() { method serviced (line 42) | public get serviced() { method entered (line 46) | public get entered() { method businessId (line 50) | public get businessId() { method calledBy (line 54) | public get calledBy() { method called (line 58) | public get called() { FILE: src/models/live-log-model.ts class LiveLogModel (line 2) | class LiveLogModel extends StoreModel { method constructor (line 4) | constructor(data) { FILE: src/modules/shared.module.ts class SharedModule (line 84) | class SharedModule { method forRoot (line 85) | static forRoot(): ModuleWithProviders { FILE: src/pipes/format-seconds-pipe.ts class FormatSecondsPipe (line 5) | class FormatSecondsPipe implements PipeTransform { method transform (line 6) | transform(duration, ...args: any[]): any { FILE: src/pipes/list-to-array-pipe.ts class ListToArrayPipe (line 7) | class ListToArrayPipe implements PipeTransform { method transform (line 8) | transform(items: List, ...args: any[]): any { FILE: src/services/AuthService.ts class AuthService (line 18) | class AuthService { method constructor (line 19) | constructor(private ngmslibService: NgmslibService, method listenEvents (line 40) | private listenEvents() { method ieAutoLoginPatch (line 85) | private ieAutoLoginPatch() { method enterApplication (line 103) | private enterApplication() { method start (line 120) | public start() { method decodeBase64 (line 164) | private decodeBase64(i_credentials) { method saveCredentials (line 177) | public saveCredentials(i_user, i_pass, i_remember) { method authUser (line 193) | public authUser(user: string, pass: string, rememberMe: boolean = fals... method authServerTwoFactor (line 200) | public authServerTwoFactor(token): void { method getLocalstoreCred (line 205) | public getLocalstoreCred(): { u: string, p: string, r: string } { method checkAccess (line 220) | public checkAccess(activatedRouteSnapshot: ActivatedRouteSnapshot, rou... method canActivate (line 230) | public canActivate(activatedRouteSnapshot: ActivatedRouteSnapshot, rou... constant AUTH_PROVIDERS (line 240) | const AUTH_PROVIDERS: Array = [{ FILE: src/services/CommBroker.ts type IMessage (line 69) | interface IMessage { type SubjectMessage (line 77) | type SubjectMessage = Subject; type SubjectMessages (line 78) | type SubjectMessages = Subject>; class CommBroker (line 81) | class CommBroker { method constructor (line 86) | constructor() { method toString (line 107) | public toString() { method fire (line 116) | public fire(iMessage: IMessage): void { method onEvent (line 126) | public onEvent(event: string) { method onInstance (line 133) | public onInstance(instance: any) { method onInstanceAndEvent (line 140) | public onInstanceAndEvent(instance: any, event: string) { method setService (line 154) | setService(i_name, i_service) { method getService (line 164) | getService(i_name): any { method getAllServices (line 181) | getAllServices() { method clearServices (line 189) | clearServices() { method setValue (line 203) | setValue(i_name: any, i_value: any, i_fireEvent?: string): void { method getValue (line 223) | getValue(i_name): any { FILE: src/services/CreditService.ts class CreditService (line 15) | class CreditService { method constructor (line 17) | constructor() { method validateCardNumber (line 589) | public validateCardNumber(cardNumber):boolean { method validateCardExpiry (line 593) | public validateCardExpiry(month, year):boolean { method validateCardCVC (line 597) | public validateCardCVC(cvc, type):boolean { method parseCardType (line 601) | public parseCardType(cardNumber):boolean { method parseCardExpiry (line 605) | public parseCardExpiry(value):boolean { method formatCardNumber (line 609) | public formatCardNumber(value):boolean { method formatCardExpiry (line 613) | public formatCardExpiry(expiry):boolean { FILE: src/services/LocalStorage.ts class LocalStorage (line 4) | class LocalStorage { method getItem (line 6) | getItem(key: string, defaultValue?: any): any { method setItem (line 14) | setItem(key: string, value: any): void { method removeItem (line 18) | removeItem(key: string): void { FILE: src/services/StoreService.ts class StoreService (line 9) | class StoreService { method constructor (line 10) | constructor(private store: Store, private appdbActio... method loadServices (line 23) | public loadServices() { FILE: src/services/block-factory-service.ts class BlockFactoryService (line 18) | class BlockFactoryService { method constructor (line 21) | constructor(private rp: RedPepperService, private bs: BlockService) { method createBlock (line 37) | createBlock(block_id, i_player_data, i_scene_id?) { FILE: src/services/font-loader-service.ts class FontLoaderService (line 5) | class FontLoaderService { method constructor (line 10) | constructor() { method getFonts (line 37) | public getFonts() { FILE: src/services/global-error-handler.ts class GlobalErrorHandler (line 7) | class GlobalErrorHandler implements ErrorHandler { method constructor (line 8) | constructor(private injector: Injector) { method handleError (line 11) | handleError(error) { FILE: src/services/redpepper.service.ts type IPepperUserData (line 23) | interface IPepperUserData { type redpepperTables (line 47) | type redpepperTables = { class RedPepperService (line 53) | class RedPepperService { method constructor (line 55) | constructor(private store: Store, private ngmslibSer... method dbConnect (line 74) | public dbConnect(i_user, i_pass): Observable { method loaderManager (line 106) | public get loaderManager() { method save (line 115) | save(i_callback) { method sync (line 124) | sync(i_callBack) { method addPendingTables (line 128) | private addPendingTables(tables: Array) { method getUserData (line 138) | getUserData(): IPepperUserData { method resetPendingTables (line 153) | private resetPendingTables() { method capitalizeFirstLetter (line 157) | private capitalizeFirstLetter(string) { method reduxCommit (line 173) | reduxCommit(tableNameTargets?: Array, forceAll?: boolean): red... method injectPseudoScenePlayersIDs (line 238) | injectPseudoScenePlayersIDs(i_scene_id?) { method setScenePlayerData (line 261) | setScenePlayerData(i_scene_id, i_player_data) { method removeScene (line 273) | removeScene(i_scene_player_data_id) { method stripPlayersID (line 283) | stripPlayersID(i_domPlayerData) { method removeScenePlayer (line 294) | removeScenePlayer(i_scene_id, i_player_data_id) { method appendScenePlayerBlock (line 312) | appendScenePlayerBlock(i_scene_id, i_player_data) { method setScenePlayerdataBlock (line 334) | setScenePlayerdataBlock(i_scene_id, i_player_data_id, i_player_data) { method createScene (line 357) | createScene(i_player_data, i_mimeType, i_name) { method getPseudoIdFromSceneId (line 385) | getPseudoIdFromSceneId(i_scene_id) { method removeSceneFromBlockCollectionInScenes (line 402) | removeSceneFromBlockCollectionInScenes(i_scene_id) { method removeSceneFromBlockCollectionsInChannels (line 431) | removeSceneFromBlockCollectionsInChannels(i_scene_id) { method removeSceneFromBlockLocationInScenes (line 456) | removeSceneFromBlockLocationInScenes(i_scene_id) { method removeSceneFromBlockLocationInChannels (line 504) | removeSceneFromBlockLocationInChannels(i_scene_id) { method removeBlocksWithSceneID (line 556) | removeBlocksWithSceneID(i_scene_id) { method updateTemplateViewerOrder (line 574) | updateTemplateViewerOrder(i_board_template_viewer_id, i_view_order) { method setBoardTemplateViewer (line 587) | setBoardTemplateViewer(i_campaign_timeline_board_template_id, i_board_... method removeBlocksFromTimelineChannel (line 611) | removeBlocksFromTimelineChannel(i_campaign_timeline_chanel_id) { method updateTotalTimelineDuration (line 627) | updateTotalTimelineDuration(i_campaign_timeline_id): void { method getGlobalBoardFromCampaignId (line 662) | getGlobalBoardFromCampaignId(i_campaign_id) { method removeTimelineBoardViewerChannel (line 680) | removeTimelineBoardViewerChannel(i_board_template_viewer_id) { method removeBoardTemplateViewer (line 699) | removeBoardTemplateViewer(i_board_template_id, i_board_template_viewer... method assignViewerToTimelineChannel (line 712) | assignViewerToTimelineChannel(i_campaign_timeline_board_template_id, i... method removeChannelFromTimeline (line 728) | removeChannelFromTimeline(i_channel_id): number { method createCampaign (line 739) | createCampaign(i_campaignName): number { method createCampaignEntire (line 749) | createCampaignEntire(screenProps: {}, campaignName: string, resolution... method createTimelineChannel (line 780) | createTimelineChannel(i_campaign_timeline_id) { method renameCampaign (line 794) | renameCampaign(i_campaignId, i_newCampaignName): void { method createViewer (line 807) | createViewer(i_board_template_id, i_props) { method createBoard (line 829) | createBoard(i_boardName, i_width, i_height): number { method createNewTemplate (line 847) | createNewTemplate(i_board_id, i_screenProps): any { method checkAndCreateCampaignTimelineScheduler (line 887) | checkAndCreateCampaignTimelineScheduler(i_campaign_id) { method getSceneMime (line 911) | getSceneMime(i_sceneID) { method setCampaignRecord (line 932) | setCampaignRecord(i_campaign_id, i_key, i_value): void { method assignCampaignToBoard (line 947) | assignCampaignToBoard(i_campaign_id, i_board_id): number { method setResourceRecord (line 966) | setResourceRecord(i_resource_id, i_key, i_value) { method setCampaignTimelineChannelRecord (line 982) | setCampaignTimelineChannelRecord(i_channel_id, i_key, i_value) { method createNewTimeline (line 994) | createNewTimeline(i_campaign_id): number { method setCampaignTimelineSequencerIndex (line 1012) | setCampaignTimelineSequencerIndex(i_campaign_id, i_campaign_timeline_i... method getScenePlayerdataBlock (line 1045) | getScenePlayerdataBlock(i_scene_id, i_player_data_id) { method assignViewersToTimelineChannels (line 1063) | assignViewersToTimelineChannels(i_campaign_timeline_board_template_id,... method createCampaignTimelineScheduler (line 1082) | createCampaignTimelineScheduler(i_campaign_id, i_campaign_timeline_id)... method getStationCampaignIDs (line 1109) | getStationCampaignIDs() { method getCampaignIDs (line 1124) | getCampaignIDs(): Array { method getSceneIdFromPseudoId (line 1138) | getSceneIdFromPseudoId(i_pseudo_id) { method getSceneMimeType (line 1155) | getSceneMimeType(i_sceneID, i_playerDataModels: List)... method assignTemplateToTimeline (line 1173) | assignTemplateToTimeline(i_campaign_timeline_id, i_board_template_id, ... method createTimelineChannels (line 1191) | createTimelineChannels(i_campaign_timeline_id, i_viewers): Array { method setTimelineTotalDuration (line 1213) | setTimelineTotalDuration(i_campaign_timeline_id, i_totalDuration): void { method setStationRecordValue (line 1223) | setStationRecordValue(i_native_station_id, field, value) { method removeCampaignEntirely (line 1240) | removeCampaignEntirely(i_campaign_id): void { method createNewChannelPlayer (line 1278) | createNewChannelPlayer(i_campaign_timeline_chanel_id: number, i_addCon... method getStationRecord (line 1303) | getStationRecord(i_native_station_id) { method removeCampaignKeepBoards (line 1319) | removeCampaignKeepBoards(i_campaign_id): void { method removeCampaign (line 1349) | removeCampaign(i_campaign_id) { method getScenePlayerdata (line 1360) | getScenePlayerdata(i_scene_id) { method getCampaignTimelines (line 1371) | getCampaignTimelines(i_campaign_id): Array { method setStationName (line 1389) | setStationName(i_stationID, i_name) { method getGlobalTemplateIdOfTimeline (line 1407) | getGlobalTemplateIdOfTimeline(i_campaign_timeline_id): number { method removeTimelineFromCampaign (line 1425) | removeTimelineFromCampaign(i_campaign_timeline_id): void { method removeBoardTemplateFromTimeline (line 1436) | removeBoardTemplateFromTimeline(i_timeline_id): number { method removeBlocksWithResourceID (line 1449) | removeBlocksWithResourceID(i_resource_id) { method removeBlockFromTimelineChannel (line 1472) | removeBlockFromTimelineChannel(i_block_id): void { method removeTimelineBoardViewerChannels (line 1483) | removeTimelineBoardViewerChannels(i_campaign_timeline_board_template_i... method removeBoardTemplate (line 1498) | removeBoardTemplate(i_board_template_id): number { method removeBoardTemplateViewers (line 1510) | removeBoardTemplateViewers(i_board_template_id): Array { method getGlobalBoardRecFromTemplate (line 1531) | getGlobalBoardRecFromTemplate(i_campaign_timeline_board_template_id) { method setBlockRecord (line 1549) | setBlockRecord(i_block_id, i_key, i_value) { method removeTimelineFromSequences (line 1562) | removeTimelineFromSequences(i_campaign_timeline_id): void { method setBlockTimelineChannelBlockLength (line 1581) | setBlockTimelineChannelBlockLength(i_campaign_timeline_chanel_player_i... method setBlockTimelineChannelBlockNewPosition (line 1611) | setBlockTimelineChannelBlockNewPosition(i_channel, i_campaign_timeline... method setStationCampaignID (line 1630) | setStationCampaignID(i_native_station_id, i_campaign_id) { method removeSchedulerFromTime (line 1649) | removeSchedulerFromTime(i_campaign_timeline_id): void { method removeResource (line 1665) | removeResource(i_resource_id) { method removeResourceFromBlockCollectionInScenes (line 1676) | removeResourceFromBlockCollectionInScenes(i_resource_id) { method removeResourceFromBlockLocationInScenes (line 1700) | removeResourceFromBlockLocationInScenes(i_resource_id) { method removeAllScenePlayersWithResource (line 1748) | removeAllScenePlayersWithResource(i_resource_id) { method removeResourceFromBlockCollectionsInChannel (line 1773) | removeResourceFromBlockCollectionsInChannel(i_resource_id) { method removeResourceFromBlockLocationInChannel (line 1799) | removeResourceFromBlockLocationInChannel(i_resource_id) { method getChannelsOfTimeline (line 1852) | getChannelsOfTimeline(i_campaign_timeline_id): Array { method getChannelBlocks (line 1871) | getChannelBlocks(i_campaign_timeline_chanel_id): Array { method getAssignedViewerIdFromChannelId (line 1889) | getAssignedViewerIdFromChannelId(i_campaign_timeline_channel_id) { method setCampaignsSchedule (line 1907) | setCampaignsSchedule(i_campaign_timeline_id, i_key, i_value) { method removeStation (line 1924) | removeStation(i_native_station_id) { method setCampaignTimelineChannelPlayerRecord (line 1939) | setCampaignTimelineChannelPlayerRecord(i_player_id, i_key, i_value) { method removeCampaignBoard (line 1952) | removeCampaignBoard(i_campaign_id): void { method getCampaignBoardIdFromCampaignId (line 1968) | getCampaignBoardIdFromCampaignId(i_campaign_id) { method removeAllBoards (line 1983) | removeAllBoards(): void { method getTemplatesOfTimeline (line 1996) | getTemplatesOfTimeline(i_campaign_timeline_id): Array { method getScenePlayerdataDom (line 2014) | getScenePlayerdataDom(i_scene_id) { method getProofOfPlayStats (line 2033) | getProofOfPlayStats(i_year, i_month, i_callBack) { method getSampleList (line 2045) | getSampleList(i_callBack) { method sendCommand (line 2059) | sendCommand(i_command, i_stationId, i_callBack) { method sendLocalEventGPS (line 2076) | sendLocalEventGPS(i_mode, i_lat, i_lng, i_id, i_ip, i_port, i_callBack) { method getLocalization (line 2122) | getLocalization(i_lang, i_callBack) { method getLocalizationNew (line 2142) | getLocalizationNew(i_lang, i_callBack) { method getStudioLiteURL (line 2164) | getStudioLiteURL() { method getStudioProURL (line 2176) | getStudioProURL() { method createAccount (line 2186) | createAccount(i_businessName, i_userName, i_password, i_templateBusine... method getAccountStatus (line 2213) | getAccountStatus(i_businessId, i_callBack) { method resetPassword (line 2223) | resetPassword(i_email, i_callBack) { method changePassword (line 2233) | changePassword(i_email, i_oldPassword, i_newPassword, i_callBack) { method changeBusinessName (line 2243) | changeBusinessName(i_email, i_password, i_businessName, i_callBack) { method getBusinessUserInfo (line 2253) | getBusinessUserInfo(i_user, i_pass, i_callBack) { method sendEvent (line 2265) | sendEvent(i_eventName, i_stationId, i_callBack) { method sendSnapshot (line 2279) | sendSnapshot(i_fileName, i_quality, i_stationId, i_callBack) { method _livePreviewGetLink (line 2290) | _livePreviewGetLink(i_playerParams, i_bannerMode): string { method livePreviewCampaign (line 2307) | livePreviewCampaign(i_campaignID, i_bannerMode) { method livePreviewTimeline (line 2323) | livePreviewTimeline(i_campaignID, i_timelineID, i_bannerMode) { method livePreviewScene (line 2337) | livePreviewScene(sceneID, i_bannerMode): string { method getSceneDuration (line 2351) | getSceneDuration(i_scene_id) { method setSceneDuration (line 2394) | setSceneDuration(i_scene_id, i_hours, i_minutes, i_seconds) { method getSceneNames (line 2415) | getSceneNames() { method xmlToStringIEfix (line 2435) | xmlToStringIEfix(i_domPlayerData) { method ieFixEscaped (line 2452) | ieFixEscaped(escapedHTML) { method generateSceneId (line 2536) | generateSceneId() { method sterilizePseudoId (line 2546) | sterilizePseudoId(i_id) { method sterilizePseudoIdFromScene (line 2557) | sterilizePseudoIdFromScene(i_id, domPlayerData: XMLDocument) { method stripScenePlayersIDs (line 2570) | stripScenePlayersIDs() { method restoreScenesWithPlayersIDs (line 2590) | restoreScenesWithPlayersIDs() { method getScenes (line 2602) | getScenes() { method getScenePlayerRecord (line 2618) | getScenePlayerRecord(i_scene_id) { method getFirstBoardIDofCampaign (line 2637) | getFirstBoardIDofCampaign(i_campaign_id) { method getBoardFromCampaignBoard (line 2656) | getBoardFromCampaignBoard(i_campaign_board_id) { method getCampaignIdFromCampaignBoardId (line 2667) | getCampaignIdFromCampaignBoardId(i_campaign_board_id) { method getCampaignPlayModeFromTimeline (line 2679) | getCampaignPlayModeFromTimeline(i_campaign_timeline_id) { method getBoardTemplateViewer (line 2693) | getBoardTemplateViewer(i_board_template_viewer_id) { method getCampaignsSchedule (line 2710) | getCampaignsSchedule(i_campaign_timeline_id) { method getCampaignTimelineIdOfSequencerIndex (line 2728) | getCampaignTimelineIdOfSequencerIndex(i_campaign_id, i_sequence_index) { method getCampaignTimelineSequencerIndex (line 2746) | getCampaignTimelineSequencerIndex(i_campaign_timeline_id) { method getResources (line 2764) | getResources() { method getResourceRecord (line 2782) | getResourceRecord(i_resource_id) { method getResourceType (line 2792) | getResourceType(i_resource_id) { method getResourceNativeID (line 2804) | getResourceNativeID(i_resource_id) { method getResourceName (line 2817) | getResourceName(i_resource_id) { method getCampaignRecord (line 2829) | getCampaignRecord(i_campaign_id) { method getStationNameAsync (line 2840) | getStationNameAsync(i_stationID, i_callBack) { method getStationBranchTotal (line 2854) | getStationBranchTotal() { method getStationNameSync (line 2864) | getStationNameSync(i_stationID) { method getAdPackContNames (line 2882) | getAdPackContNames(i_ad_local_content_id) { method getStationCampaignID (line 2907) | getStationCampaignID(i_native_station_id) { method setStationRecord (line 2926) | setStationRecord(i_native_station_id, i_record) { method setStationServerMode (line 2946) | setStationServerMode(i_native_station_id, i_enabled, i_lan_server_ip, ... method uploadResources (line 2967) | uploadResources(i_elementID, i_bs: BlockService) { method getTimelineTotalDuration (line 2989) | getTimelineTotalDuration(i_campaign_timeline_id) { method getTotalDurationOfBlocks (line 3003) | getTotalDurationOfBlocks(i_blocks) { method getBlockTimelineChannelBlockLength (line 3028) | getBlockTimelineChannelBlockLength(i_campaign_timeline_chanel_player_i... method formatObjectToSeconds (line 3041) | formatObjectToSeconds(i_object) { method formatSecondsToObject (line 3056) | formatSecondsToObject(i_totalSeconds) { method getCampaignTimelineChannelPlayerRecord (line 3086) | getCampaignTimelineChannelPlayerRecord(i_player_id) { method getBlockRecord (line 3096) | getBlockRecord(i_block_id) { method getCampaignTimelineChannelRecord (line 3106) | getCampaignTimelineChannelRecord(i_channel_id) { method getCampaignTimelineRecord (line 3117) | getCampaignTimelineRecord(i_campaign_timeline_id) { method getTemplateViewersScreenProps (line 3129) | getTemplateViewersScreenProps(i_campaign_timeline_id, i_campaign_timel... method setCampaignTimelineRecord (line 3176) | setCampaignTimelineRecord(i_campaign_timeline_id, i_key, i_value) { method getChannelIdFromCampaignTimelineBoardViewer (line 3192) | getChannelIdFromCampaignTimelineBoardViewer(i_campaign_timeline_board_... method populateBoardTemplate (line 3224) | populateBoardTemplate(i_campaign_timeline_board_template_id) { method populateCampaign (line 3263) | populateCampaign() { FILE: src/services/wizard-service.ts class WizardService (line 16) | class WizardService { method constructor (line 509) | constructor(private router: Router, private rp: RedPepperService, priv... method _listenAppResized (line 525) | _listenAppResized() { method start (line 538) | public start() { FILE: src/services/yellowpepper.service.ts class YellowPepperService (line 38) | class YellowPepperService { method constructor (line 42) | constructor(private store: Store) { method dispatch (line 54) | public dispatch(action: Action) { method ngrxStore (line 58) | public get ngrxStore(): Store { method reducePlayerDataModelsToSceneData (line 62) | private reducePlayerDataModelsToSceneData(playerDataModels: List { method listenAppSizeChanged (line 191) | listenAppSizeChanged(): Observable { method listenLocationMarkerSelected (line 195) | listenLocationMarkerSelected(): Observable { method listenTimelineDurationChanged (line 201) | listenTimelineDurationChanged(emitOnEmpty: boolean = false): Observabl... method listenSelectedTimelineChanged (line 218) | listenSelectedTimelineChanged(): Observable { method listenUserModel (line 228) | listenUserModel(): Observable { method listenCampaignTimelines (line 236) | listenCampaignTimelines(i_campaign_id: number): Observable { method listenFasterqQueueModelSelected (line 256) | listenFasterqQueueModelSelected(): Observable { method listenFasterqQueueSelected (line 267) | listenFasterqQueueSelected(): Observable { method listenFasterqQueueLastServicedPolled (line 271) | listenFasterqQueueLastServicedPolled(): Observable { method listenGlobalBoardSelectedChanged (line 275) | listenGlobalBoardSelectedChanged(emitOnEmpty: boolean = false): Observ... method listenSceneOrBlockSelected (line 289) | listenSceneOrBlockSelected(emitOnEmpty: boolean = false): Observable { method listenScene (line 334) | listenScene(scene_id): Observable { method listenSceneOrBlockSelectedChanged (line 346) | listenSceneOrBlockSelectedChanged(): Observable | Observab... method listenSceneSelected (line 387) | listenSceneSelected(emitOnEmpty: boolean = false): Observable { method listenStationBranchSelected (line 466) | listenStationBranchSelected(): Observable { method listenResources (line 480) | listenResources(): Observable> { method listenStations (line 489) | listenStations(): Observable> { method listenCampaignValueChanged (line 496) | listenCampaignValueChanged(emitOnEmpty: boolean = false): Observable> { method listenFasterqLines (line 532) | listenFasterqLines(): Observable> { method listenFasterqQueues (line 536) | listenFasterqQueues(): Observable> { method listenFasterqAnalytics (line 547) | listenFasterqAnalytics(): Observable> { method listenStationRecord (line 554) | listenStationRecord(i_native_station_id): Observable { method getPreviewMode (line 614) | getPreviewMode() { method getScenes (line 621) | getScenes(): Observable> { method getCampaigns (line 628) | getCampaigns(): Observable> { method getMultiSelectedStations (line 633) | getMultiSelectedStations(): Observable { method getTimelines (line 637) | getTimelines(): Observable> { method getResources (line 642) | getResources(): Observable> { method getSceneNames (line 650) | getSceneNames(): Observable> { method getTimelineTotalDuration (line 670) | getTimelineTotalDuration(i_campaign_timeline_id): Observable { method getUserModel (line 684) | getUserModel(): Observable { method isBrandingDisabled (line 689) | isBrandingDisabled(): Observable { method getNewCampaignParmas (line 703) | getNewCampaignParmas(): Observable<{}> { method getChannelFromCampaignTimelineBoardViewer (line 713) | getChannelFromCampaignTimelineBoardViewer(i_campaign_timeline_board_vi... method getChannelOfTimeline (line 727) | getChannelOfTimeline(i_campaign_timeline_chanel_id): Observable { method getScene (line 766) | getScene(scene_id): Observable { method sterilizePseudoId (line 781) | sterilizePseudoId(i_id): Observable { method getSceneIdFromPseudoId (line 794) | getSceneIdFromPseudoId(i_pseudo_id): Observable { method getChannelBlockModels (line 810) | getChannelBlockModels(i_campaign_timeline_chanel_id): Observable { method getChannelsOfTimeline (line 898) | getChannelsOfTimeline(i_campaign_timeline_id): Observable { method getCampaignTimelines (line 912) | getCampaignTimelines(i_campaign_id: number): Observable { method getTemplateViewersScreenProps (line 1053) | getTemplateViewersScreenProps(i_campaign_timeline_id, i_campaign_timel... method getCampaign (line 1146) | getCampaign(i_campaign_id: number): Observable { method campaignSelectedExampleMultipleLatestFromSelections (line 1160) | private campaignSelectedExampleMultipleLatestFromSelections() { method findCampaignByIdTest (line 1183) | private findCampaignByIdTest(i_campaignId: number): Observable, private http: Http) { method initAppDb (line 60) | public initAppDb() { method resetCampaignSelection (line 67) | public resetCampaignSelection(){ method getQrCodeTwoFactor (line 83) | public getQrCodeTwoFactor(): Observable { FILE: src/store/application.state.ts type ApplicationState (line 3) | interface ApplicationState { constant INITIAL_APPLICATION_STATE (line 7) | const INITIAL_APPLICATION_STATE: ApplicationState = { FILE: src/store/effects/appdb.effects.ts constant EFFECT_AUTH_START (line 32) | const EFFECT_AUTH_START = 'EFFECT_AUTH_START'; constant EFFECT_AUTH_END (line 33) | const EFFECT_AUTH_END = 'EFFECT_AUTH_END'; constant EFFECT_UPDATE_USER_MODEL (line 34) | const EFFECT_UPDATE_USER_MODEL = 'EFFECT_UPDATE_USER_MODEL'; constant EFFECT_AUTH_STATUS (line 35) | const EFFECT_AUTH_STATUS = 'EFFECT_AUTH_STATUS'; constant EFFECT_TWO_FACTOR_AUTH (line 36) | const EFFECT_TWO_FACTOR_AUTH = 'EFFECT_TWO_FACTOR_AUTH'; constant EFFECT_TWO_FACTOR_UPDATING (line 37) | const EFFECT_TWO_FACTOR_UPDATING = 'EFFECT_TWO_FACTOR_UPDATING'; constant EFFECT_TWO_FACTOR_UPDATED (line 38) | const EFFECT_TWO_FACTOR_UPDATED = 'EFFECT_TWO_FACTOR_UPDATED'; constant EFFECT_LOAD_STATIONS (line 39) | const EFFECT_LOAD_STATIONS = 'EFFECT_LOAD_STATIONS'; constant EFFECT_LOADING_STATIONS (line 40) | const EFFECT_LOADING_STATIONS = 'EFFECT_LOADING_STATIONS'; constant EFFECT_LOADED_STATIONS (line 41) | const EFFECT_LOADED_STATIONS = 'EFFECT_LOADED_STATIONS'; constant EFFECT_LOAD_FASTERQ_LINES (line 42) | const EFFECT_LOAD_FASTERQ_LINES = 'EFFECT_LOAD_FASTERQ_LINES'; constant EFFECT_LOADED_FASTERQ_LINES (line 43) | const EFFECT_LOADED_FASTERQ_LINES = 'EFFECT_LOADED_FASTERQ_LINES'; constant EFFECT_LOADING_FASTERQ_LINES (line 44) | const EFFECT_LOADING_FASTERQ_LINES = 'EFFECT_LOADING_FASTERQ_LINES'; constant EFFECT_LOAD_FASTERQ_LINE (line 45) | const EFFECT_LOAD_FASTERQ_LINE = 'EFFECT_LOAD_FASTERQ_LINE'; constant EFFECT_LOADED_FASTERQ_LINE (line 46) | const EFFECT_LOADED_FASTERQ_LINE = 'EFFECT_LOADED_FASTERQ_LINE'; constant EFFECT_LOADING_FASTERQ_LINE (line 47) | const EFFECT_LOADING_FASTERQ_LINE = 'EFFECT_LOADING_FASTERQ_LINE'; constant EFFECT_LOAD_FASTERQ_ANALYTICS (line 48) | const EFFECT_LOAD_FASTERQ_ANALYTICS = 'EFFECT_LOAD_FASTERQ_ANALYTICS'; constant EFFECT_LOADED_FASTERQ_ANALYTICS (line 49) | const EFFECT_LOADED_FASTERQ_ANALYTICS = 'EFFECT_LOADED_FASTERQ_ANALYTICS'; constant EFFECT_LOADING_FASTERQ_ANALYTICS (line 50) | const EFFECT_LOADING_FASTERQ_ANALYTICS = 'EFFECT_LOADING_FASTERQ_ANALYTI... constant EFFECT_LOAD_FASTERQ_QUEUES (line 51) | const EFFECT_LOAD_FASTERQ_QUEUES = 'EFFECT_LOAD_FASTERQ_QUEUES'; constant EFFECT_LOADED_FASTERQ_QUEUES (line 52) | const EFFECT_LOADED_FASTERQ_QUEUES = 'EFFECT_LOADED_FASTERQ_QUEUES'; constant EFFECT_LOADING_FASTERQ_QUEUES (line 53) | const EFFECT_LOADING_FASTERQ_QUEUES = 'EFFECT_LOADING_FASTERQ_QUEUES'; constant EFFECT_UPDATE_FASTERQ_LINE (line 54) | const EFFECT_UPDATE_FASTERQ_LINE = 'EFFECT_UPDATE_FASTERQ_LINE'; constant EFFECT_UPDATED_FASTERQ_LINE (line 55) | const EFFECT_UPDATED_FASTERQ_LINE = 'EFFECT_UPDATED_FASTERQ_LINE'; constant EFFECT_REMOVE_FASTERQ_LINE (line 56) | const EFFECT_REMOVE_FASTERQ_LINE = 'EFFECT_REMOVE_FASTERQ_LINE'; constant EFFECT_REMOVED_FASTERQ_LINE (line 57) | const EFFECT_REMOVED_FASTERQ_LINE = 'EFFECT_REMOVED_FASTERQ_LINE'; constant EFFECT_ADD_FASTERQ_LINE (line 58) | const EFFECT_ADD_FASTERQ_LINE = 'EFFECT_ADD_FASTERQ_LINE'; constant EFFECT_ADDED_FASTERQ_LINE (line 59) | const EFFECT_ADDED_FASTERQ_LINE = 'EFFECT_ADDED_FASTERQ_LINE'; constant EFFECT_QUEUE_CALL_SAVE (line 60) | const EFFECT_QUEUE_CALL_SAVE = 'EFFECT_QUEUE_CALL_SAVE'; constant EFFECT_QUEUE_CALL_SAVING (line 61) | const EFFECT_QUEUE_CALL_SAVING = 'EFFECT_QUEUE_CALL_SAVING'; constant EFFECT_QUEUE_CALL_SAVED (line 62) | const EFFECT_QUEUE_CALL_SAVED = 'EFFECT_QUEUE_CALL_SAVED'; constant EFFECT_QUEUE_SERVICE_SAVE (line 63) | const EFFECT_QUEUE_SERVICE_SAVE = 'EFFECT_QUEUE_SERVICE_SAVE'; constant EFFECT_QUEUE_SERVICE_SAVING (line 64) | const EFFECT_QUEUE_SERVICE_SAVING = 'EFFECT_QUEUE_SERVICE_SAVING'; constant EFFECT_QUEUE_SERVICE_SAVED (line 65) | const EFFECT_QUEUE_SERVICE_SAVED = 'EFFECT_QUEUE_SERVICE_SAVED'; constant EFFECT_QUEUE_POLL_SERVICE (line 66) | const EFFECT_QUEUE_POLL_SERVICE = 'EFFECT_QUEUE_POLL_SERVICE'; constant EFFECT_RESET_FASTERQ_LINE (line 67) | const EFFECT_RESET_FASTERQ_LINE = 'EFFECT_RESET_FASTERQ_LINE'; constant EFFECT_CONTACT_US (line 68) | const EFFECT_CONTACT_US = 'EFFECT_CONTACT_US'; class AppDbEffects (line 71) | class AppDbEffects { method constructor (line 77) | constructor(private actions$: Actions, method authTwoFactor (line 108) | private authTwoFactor(action: Action): Observable { method updatedTwoFactor (line 138) | private updatedTwoFactor(action: Action): Observable { method authUser (line 173) | private authUser(action: Action): Observable { method _loadStations (line 390) | private _loadStations(action: Action): Observable> { method contactService (line 449) | private contactService(body: Map) { method getContactUrl (line 462) | private getContactUrl(i_urlEndPoint, i_method, i_body): RequestOptions... method createServerCall (line 475) | private createServerCall(i_urlEndPoint, i_method, i_body): RequestOpti... method _loadFasterqLines (line 498) | private _loadFasterqLines(action: Action): Observable { method _loadfasterqAnalytics (line 548) | private _loadfasterqAnalytics(action: Action): Observable { method _savefasterqQueueService (line 656) | private _savefasterqQueueService(action: Action): Observable { method _removeFasterqLine (line 726) | private _removeFasterqLine(action: Action): Observable { method _addFasterqLine (line 748) | private _addFasterqLine(action: Action): Observable { method processXml (line 765) | private processXml(context, xmlData, cb) { method twoFactorCheck (line 773) | private twoFactorCheck(): Observable { FILE: src/store/effects/msdb.effects.ts constant EFFECT_INIT_REDUXIFY_MSDB (line 12) | const EFFECT_INIT_REDUXIFY_MSDB = 'EFFECT_INIT_REDUXIFY_MSDB'; constant EFFECT_GET_STATIONS (line 13) | const EFFECT_GET_STATIONS = 'EFFECT_GET_STATIONS'; class MsdbEffects (line 16) | class MsdbEffects { method constructor (line 18) | constructor(private actions$: Actions, FILE: src/store/imsdb.interfaces.ts type IDataBaseManager (line 3) | interface IDataBaseManager extends IDataManager_proto { type IPepperConnection (line 11) | interface IPepperConnection { type IPepperAuthReply (line 17) | interface IPepperAuthReply { type DataBaseModueBase (line 23) | interface DataBaseModueBase { type ILoadManager (line 28) | interface ILoadManager { FILE: src/store/imsdb.interfaces_auto.ts class GlobalSettingsModel (line 9) | class GlobalSettingsModel extends StoreModel { method constructor (line 10) | constructor(data: any = {}) {super(data);} method getParamId (line 12) | public getParamId() { method getChangelistId (line 16) | public getChangelistId() { method getChangeType (line 20) | public getChangeType() { method getParamKey (line 24) | public getParamKey() { method getParamValue (line 28) | public getParamValue() { class ResourcesModel (line 33) | class ResourcesModel extends StoreModel { method constructor (line 34) | constructor(data: any = {}) {super(data);} method getResourceId (line 36) | public getResourceId() { method getChangelistId (line 40) | public getChangelistId() { method getChangeType (line 44) | public getChangeType() { method getResourceName (line 48) | public getResourceName() { method getResourceType (line 52) | public getResourceType() { method getResourcePixelWidth (line 56) | public getResourcePixelWidth() { method getResourcePixelHeight (line 60) | public getResourcePixelHeight() { method getDefaultPlayer (line 64) | public getDefaultPlayer() { method getSnapshot (line 68) | public getSnapshot() { method getResourceTotalTime (line 72) | public getResourceTotalTime() { method getResourceDateCreated (line 76) | public getResourceDateCreated() { method getResourceDateModified (line 80) | public getResourceDateModified() { method getResourceTrust (line 84) | public getResourceTrust() { method getResourcePublic (line 88) | public getResourcePublic() { method getResourceBytesTotal (line 92) | public getResourceBytesTotal() { method getResourceModule (line 96) | public getResourceModule() { method getTreePath (line 100) | public getTreePath() { method getAccessKey (line 104) | public getAccessKey() { method getResourceHtml (line 108) | public getResourceHtml() { method getShortcut (line 112) | public getShortcut() { method getShortcutBusinessId (line 116) | public getShortcutBusinessId() { method getShortcutResourceId (line 120) | public getShortcutResourceId() { class AdLocalPackagesModel (line 125) | class AdLocalPackagesModel extends StoreModel { method constructor (line 126) | constructor(data: any = {}) {super(data);} method getAdLocalPackageId (line 128) | public getAdLocalPackageId() { method getChangelistId (line 132) | public getChangelistId() { method getChangeType (line 136) | public getChangeType() { method getEnabled (line 140) | public getEnabled() { method getPackageName (line 144) | public getPackageName() { method getUseDateRange (line 148) | public getUseDateRange() { method getStartDate (line 152) | public getStartDate() { method getEndDate (line 156) | public getEndDate() { class AdLocalContentsModel (line 161) | class AdLocalContentsModel extends StoreModel { method constructor (line 162) | constructor(data: any = {}) {super(data);} method getAdLocalContentId (line 164) | public getAdLocalContentId() { method getChangelistId (line 168) | public getChangelistId() { method getChangeType (line 172) | public getChangeType() { method getAdLocalPackageId (line 176) | public getAdLocalPackageId() { method getEnabled (line 180) | public getEnabled() { method getContentName (line 184) | public getContentName() { class CategoryValuesModel (line 189) | class CategoryValuesModel extends StoreModel { method constructor (line 190) | constructor(data: any = {}) {super(data);} method getCategoryValueId (line 192) | public getCategoryValueId() { method getChangelistId (line 196) | public getChangelistId() { method getChangeType (line 200) | public getChangeType() { method getParentCategoryValueId (line 204) | public getParentCategoryValueId() { method getCategoryValue (line 208) | public getCategoryValue() { class CatalogItemsModel (line 213) | class CatalogItemsModel extends StoreModel { method constructor (line 214) | constructor(data: any = {}) {super(data);} method getCatalogItemId (line 216) | public getCatalogItemId() { method getChangelistId (line 220) | public getChangelistId() { method getChangeType (line 224) | public getChangeType() { method getItemName (line 228) | public getItemName() { method getAdLocalContentId (line 232) | public getAdLocalContentId() { class CatalogItemInfosModel (line 237) | class CatalogItemInfosModel extends StoreModel { method constructor (line 238) | constructor(data: any = {}) {super(data);} method getCatalogItemId (line 240) | public getCatalogItemId() { method getChangelistId (line 244) | public getChangelistId() { method getChangeType (line 248) | public getChangeType() { method getInfo0 (line 252) | public getInfo0() { method getInfo1 (line 256) | public getInfo1() { method getInfo2 (line 260) | public getInfo2() { method getInfo3 (line 264) | public getInfo3() { class CatalogItemResourcesModel (line 269) | class CatalogItemResourcesModel extends StoreModel { method constructor (line 270) | constructor(data: any = {}) {super(data);} method getCatalogItemResourceId (line 272) | public getCatalogItemResourceId() { method getChangelistId (line 276) | public getChangelistId() { method getChangeType (line 280) | public getChangeType() { method getCatalogItemId (line 284) | public getCatalogItemId() { method getResourceId (line 288) | public getResourceId() { method getResourceGroup (line 292) | public getResourceGroup() { class CatalogItemCategoriesModel (line 297) | class CatalogItemCategoriesModel extends StoreModel { method constructor (line 298) | constructor(data: any = {}) {super(data);} method getCatalogItemCategoryId (line 300) | public getCatalogItemCategoryId() { method getChangelistId (line 304) | public getChangelistId() { method getChangeType (line 308) | public getChangeType() { method getCatalogItemId (line 312) | public getCatalogItemId() { method getCategoryValueId (line 316) | public getCategoryValueId() { class PlayerDataModel (line 321) | class PlayerDataModel extends StoreModel { method constructor (line 322) | constructor(data: any = {}) {super(data);} method getPlayerDataId (line 324) | public getPlayerDataId() { method getChangelistId (line 328) | public getChangelistId() { method getChangeType (line 332) | public getChangeType() { method getPlayerDataValue (line 336) | public getPlayerDataValue() { method getPlayerDataPublic (line 340) | public getPlayerDataPublic() { method getTreePath (line 344) | public getTreePath() { method getSourceCode (line 348) | public getSourceCode() { method getAccessKey (line 352) | public getAccessKey() { class BoardsModel (line 357) | class BoardsModel extends StoreModel { method constructor (line 358) | constructor(data: any = {}) {super(data);} method getBoardId (line 360) | public getBoardId() { method getChangelistId (line 364) | public getChangelistId() { method getChangeType (line 368) | public getChangeType() { method getBoardName (line 372) | public getBoardName() { method getBoardPixelWidth (line 376) | public getBoardPixelWidth() { method getBoardPixelHeight (line 380) | public getBoardPixelHeight() { method getMonitorOrientationEnabled (line 384) | public getMonitorOrientationEnabled() { method getMonitorOrientationIndex (line 388) | public getMonitorOrientationIndex() { method getAccessKey (line 392) | public getAccessKey() { method getTreePath (line 396) | public getTreePath() { class CampaignsModel (line 401) | class CampaignsModel extends StoreModel { method constructor (line 402) | constructor(data: any = {}) {super(data);} method getCampaignId (line 404) | public getCampaignId() { method getChangelistId (line 408) | public getChangelistId() { method getChangeType (line 412) | public getChangeType() { method getCampaignName (line 416) | public getCampaignName() { method getCampaignPlaylistMode (line 420) | public getCampaignPlaylistMode() { method getKioskMode (line 424) | public getKioskMode() { method getKioskKey (line 428) | public getKioskKey() { method getKioskTimelineId (line 432) | public getKioskTimelineId() { method getKioskWaitTime (line 436) | public getKioskWaitTime() { method getMouseInterruptMode (line 440) | public getMouseInterruptMode() { method getTreePath (line 444) | public getTreePath() { method getAccessKey (line 448) | public getAccessKey() { class CampaignChannelsModel (line 453) | class CampaignChannelsModel extends StoreModel { method constructor (line 454) | constructor(data: any = {}) {super(data);} method getCampaignChannelId (line 456) | public getCampaignChannelId() { method getChangelistId (line 460) | public getChangelistId() { method getChangeType (line 464) | public getChangeType() { method getCampaignId (line 468) | public getCampaignId() { method getChanelName (line 472) | public getChanelName() { method getChanelColor (line 476) | public getChanelColor() { method getRandomOrder (line 480) | public getRandomOrder() { method getRepeatToFit (line 484) | public getRepeatToFit() { method getFixedPlayersLength (line 488) | public getFixedPlayersLength() { class CampaignChannelPlayersModel (line 493) | class CampaignChannelPlayersModel extends StoreModel { method constructor (line 494) | constructor(data: any = {}) {super(data);} method getCampaignChannelPlayerId (line 496) | public getCampaignChannelPlayerId() { method getChangelistId (line 500) | public getChangelistId() { method getChangeType (line 504) | public getChangeType() { method getCampaignChannelId (line 508) | public getCampaignChannelId() { method getPlayerOffsetTime (line 512) | public getPlayerOffsetTime() { method getPlayerDuration (line 516) | public getPlayerDuration() { method getPlayerData (line 520) | public getPlayerData() { method getMouseChildren (line 524) | public getMouseChildren() { method getAdLocalContentId (line 528) | public getAdLocalContentId() { class CampaignTimelinesModel (line 533) | class CampaignTimelinesModel extends StoreModel { method constructor (line 534) | constructor(data: any = {}) {super(data);} method getCampaignTimelineId (line 536) | public getCampaignTimelineId() { method getChangelistId (line 540) | public getChangelistId() { method getChangeType (line 544) | public getChangeType() { method getCampaignId (line 548) | public getCampaignId() { method getTimelineName (line 552) | public getTimelineName() { method getTimelineDuration (line 556) | public getTimelineDuration() { class CampaignEventsModel (line 561) | class CampaignEventsModel extends StoreModel { method constructor (line 562) | constructor(data: any = {}) {super(data);} method getCampaignEventId (line 564) | public getCampaignEventId() { method getChangelistId (line 568) | public getChangelistId() { method getChangeType (line 572) | public getChangeType() { method getCampaignId (line 576) | public getCampaignId() { method getSenderName (line 580) | public getSenderName() { method getEventName (line 584) | public getEventName() { method getEventCondition (line 588) | public getEventCondition() { method getCommandName (line 592) | public getCommandName() { method getCampaignTimelineId (line 596) | public getCampaignTimelineId() { method getCommandParams (line 600) | public getCommandParams() { class CampaignBoardsModel (line 605) | class CampaignBoardsModel extends StoreModel { method constructor (line 606) | constructor(data: any = {}) {super(data);} method getCampaignBoardId (line 608) | public getCampaignBoardId() { method getChangelistId (line 612) | public getChangelistId() { method getChangeType (line 616) | public getChangeType() { method getBoardId (line 620) | public getBoardId() { method getCampaignId (line 624) | public getCampaignId() { method getCampaignBoardName (line 628) | public getCampaignBoardName() { method getAllowPublicView (line 632) | public getAllowPublicView() { method getAdminPublicView (line 636) | public getAdminPublicView() { class BoardTemplatesModel (line 641) | class BoardTemplatesModel extends StoreModel { method constructor (line 642) | constructor(data: any = {}) {super(data);} method getBoardTemplateId (line 644) | public getBoardTemplateId() { method getChangelistId (line 648) | public getChangelistId() { method getChangeType (line 652) | public getChangeType() { method getBoardId (line 656) | public getBoardId() { method getTemplateName (line 660) | public getTemplateName() { class BoardTemplateViewersModel (line 665) | class BoardTemplateViewersModel extends StoreModel { method constructor (line 666) | constructor(data: any = {}) {super(data);} method getBoardTemplateViewerId (line 668) | public getBoardTemplateViewerId() { method getChangelistId (line 672) | public getChangelistId() { method getChangeType (line 676) | public getChangeType() { method getBoardTemplateId (line 680) | public getBoardTemplateId() { method getViewerName (line 684) | public getViewerName() { method getPixelX (line 688) | public getPixelX() { method getPixelY (line 692) | public getPixelY() { method getPixelWidth (line 696) | public getPixelWidth() { method getPixelHeight (line 700) | public getPixelHeight() { method getEnableGaps (line 704) | public getEnableGaps() { method getViewerOrder (line 708) | public getViewerOrder() { method getLocked (line 712) | public getLocked() { class CampaignTimelineChanelsModel (line 717) | class CampaignTimelineChanelsModel extends StoreModel { method constructor (line 718) | constructor(data: any = {}) {super(data);} method getCampaignTimelineChanelId (line 720) | public getCampaignTimelineChanelId() { method getChangelistId (line 724) | public getChangelistId() { method getChangeType (line 728) | public getChangeType() { method getCampaignTimelineId (line 732) | public getCampaignTimelineId() { method getChanelName (line 736) | public getChanelName() { method getChanelColor (line 740) | public getChanelColor() { method getRandomOrder (line 744) | public getRandomOrder() { method getRepeatToFit (line 748) | public getRepeatToFit() { method getFixedPlayersLength (line 752) | public getFixedPlayersLength() { class CampaignTimelineChannelsModel (line 757) | class CampaignTimelineChannelsModel extends StoreModel { method constructor (line 758) | constructor(data: any = {}) {super(data);} method getCampaignTimelineChannelId (line 760) | public getCampaignTimelineChannelId() { method getChangelistId (line 764) | public getChangelistId() { method getChangeType (line 768) | public getChangeType() { method getCampaignTimelineId (line 772) | public getCampaignTimelineId() { class CampaignTimelineBoardTemplatesModel (line 777) | class CampaignTimelineBoardTemplatesModel extends StoreModel { method constructor (line 778) | constructor(data: any = {}) {super(data);} method getCampaignTimelineBoardTemplateId (line 780) | public getCampaignTimelineBoardTemplateId() { method getChangelistId (line 784) | public getChangelistId() { method getChangeType (line 788) | public getChangeType() { method getCampaignTimelineId (line 792) | public getCampaignTimelineId() { method getBoardTemplateId (line 796) | public getBoardTemplateId() { method getCampaignBoardId (line 800) | public getCampaignBoardId() { method getTemplateOffsetTime (line 804) | public getTemplateOffsetTime() { method getTemplateDuration (line 808) | public getTemplateDuration() { class CampaignTimelineBoardViewerChanelsModel (line 813) | class CampaignTimelineBoardViewerChanelsModel extends StoreModel { method constructor (line 814) | constructor(data: any = {}) {super(data);} method getCampaignTimelineBoardViewerChanelId (line 816) | public getCampaignTimelineBoardViewerChanelId() { method getChangelistId (line 820) | public getChangelistId() { method getChangeType (line 824) | public getChangeType() { method getCampaignTimelineBoardTemplateId (line 828) | public getCampaignTimelineBoardTemplateId() { method getBoardTemplateViewerId (line 832) | public getBoardTemplateViewerId() { method getCampaignTimelineChanelId (line 836) | public getCampaignTimelineChanelId() { class CampaignTimelineBoardViewerChannelsModel (line 841) | class CampaignTimelineBoardViewerChannelsModel extends StoreModel { method constructor (line 842) | constructor(data: any = {}) {super(data);} method getCampaignTimelineBoardViewerChannelId (line 844) | public getCampaignTimelineBoardViewerChannelId() { method getChangelistId (line 848) | public getChangelistId() { method getChangeType (line 852) | public getChangeType() { method getCampaignTimelineBoardTemplateId (line 856) | public getCampaignTimelineBoardTemplateId() { method getBoardTemplateViewerId (line 860) | public getBoardTemplateViewerId() { method getCampaignChannelId (line 864) | public getCampaignChannelId() { class CampaignTimelineChanelPlayersModel (line 869) | class CampaignTimelineChanelPlayersModel extends StoreModel { method constructor (line 870) | constructor(data: any = {}) {super(data);} method getCampaignTimelineChanelPlayerId (line 872) | public getCampaignTimelineChanelPlayerId() { method getChangelistId (line 876) | public getChangelistId() { method getChangeType (line 880) | public getChangeType() { method getCampaignTimelineChanelId (line 884) | public getCampaignTimelineChanelId() { method getPlayerOffsetTime (line 888) | public getPlayerOffsetTime() { method getPlayerDuration (line 892) | public getPlayerDuration() { method getPlayerId (line 896) | public getPlayerId() { method getPlayerEditorId (line 900) | public getPlayerEditorId() { method getPlayerData (line 904) | public getPlayerData() { method getMouseChildren (line 908) | public getMouseChildren() { method getAdLocalContentId (line 912) | public getAdLocalContentId() { class CampaignTimelineSchedulesModel (line 917) | class CampaignTimelineSchedulesModel extends StoreModel { method constructor (line 918) | constructor(data: any = {}) {super(data);} method getCampaignTimelineScheduleId (line 920) | public getCampaignTimelineScheduleId() { method getChangelistId (line 924) | public getChangelistId() { method getChangeType (line 928) | public getChangeType() { method getCampaignTimelineId (line 932) | public getCampaignTimelineId() { method getPriorty (line 936) | public getPriorty() { method getStartDate (line 940) | public getStartDate() { method getEndDate (line 944) | public getEndDate() { method getRepeatType (line 948) | public getRepeatType() { method getWeekDays (line 952) | public getWeekDays() { method getCustomDuration (line 956) | public getCustomDuration() { method getDuration (line 960) | public getDuration() { method getStartTime (line 964) | public getStartTime() { method getPatternEnabled (line 968) | public getPatternEnabled() { method getPatternName (line 972) | public getPatternName() { class CampaignTimelineSequencesModel (line 977) | class CampaignTimelineSequencesModel extends StoreModel { method constructor (line 978) | constructor(data: any = {}) {super(data);} method getCampaignTimelineSequenceId (line 980) | public getCampaignTimelineSequenceId() { method getChangelistId (line 984) | public getChangelistId() { method getChangeType (line 988) | public getChangeType() { method getCampaignId (line 992) | public getCampaignId() { method getCampaignTimelineId (line 996) | public getCampaignTimelineId() { method getSequenceIndex (line 1000) | public getSequenceIndex() { method getSequenceCount (line 1004) | public getSequenceCount() { class ScriptsModel (line 1009) | class ScriptsModel extends StoreModel { method constructor (line 1010) | constructor(data: any = {}) {super(data);} method getScriptId (line 1012) | public getScriptId() { method getChangelistId (line 1016) | public getChangelistId() { method getChangeType (line 1020) | public getChangeType() { method getScriptSrc (line 1024) | public getScriptSrc() { class MusicChannelsModel (line 1029) | class MusicChannelsModel extends StoreModel { method constructor (line 1030) | constructor(data: any = {}) {super(data);} method getMusicChannelId (line 1032) | public getMusicChannelId() { method getChangelistId (line 1036) | public getChangelistId() { method getChangeType (line 1040) | public getChangeType() { method getMusicChannelName (line 1044) | public getMusicChannelName() { method getAccessKey (line 1048) | public getAccessKey() { method getTreePath (line 1052) | public getTreePath() { class MusicChannelSongsModel (line 1057) | class MusicChannelSongsModel extends StoreModel { method constructor (line 1058) | constructor(data: any = {}) {super(data);} method getMusicChannelSongId (line 1060) | public getMusicChannelSongId() { method getChangelistId (line 1064) | public getChangelistId() { method getChangeType (line 1068) | public getChangeType() { method getMusicChannelId (line 1072) | public getMusicChannelId() { method getResourceId (line 1076) | public getResourceId() { class BranchStationsModel (line 1081) | class BranchStationsModel extends StoreModel { method constructor (line 1082) | constructor(data: any = {}) {super(data);} method getBranchStationId (line 1084) | public getBranchStationId() { method getChangelistId (line 1088) | public getChangelistId() { method getChangeType (line 1092) | public getChangeType() { method getBranchId (line 1096) | public getBranchId() { method getCampaignBoardId (line 1100) | public getCampaignBoardId() { method getStationName (line 1104) | public getStationName() { method getRebootExceedMemEnabled (line 1108) | public getRebootExceedMemEnabled() { method getRebootExceedMemValue (line 1112) | public getRebootExceedMemValue() { method getRebootTimeEnabled (line 1116) | public getRebootTimeEnabled() { method getRebootTimeValue (line 1120) | public getRebootTimeValue() { method getRebootErrorEnabled (line 1124) | public getRebootErrorEnabled() { method getMonitorStandbyEnabled (line 1128) | public getMonitorStandbyEnabled() { method getMonitorStandbyFrom (line 1132) | public getMonitorStandbyFrom() { method getMonitorStandbyTo (line 1136) | public getMonitorStandbyTo() { method getLocationAddress (line 1140) | public getLocationAddress() { method getLocationLong (line 1144) | public getLocationLong() { method getLocationLat (line 1148) | public getLocationLat() { method getMapType (line 1152) | public getMapType() { method getMapZoom (line 1156) | public getMapZoom() { method getStationSelected (line 1160) | public getStationSelected() { method getAdvertisingDescription (line 1164) | public getAdvertisingDescription() { method getAdvertisingKeys (line 1168) | public getAdvertisingKeys() { method getRebootExceedMemAction (line 1172) | public getRebootExceedMemAction() { method getRebootTimeAction (line 1176) | public getRebootTimeAction() { method getRebootErrorAction (line 1180) | public getRebootErrorAction() { method getStationMode (line 1184) | public getStationMode() { method getPowerMode (line 1188) | public getPowerMode() { method getPowerOnDay1 (line 1192) | public getPowerOnDay1() { method getPowerOffDay1 (line 1196) | public getPowerOffDay1() { method getPowerOnDay2 (line 1200) | public getPowerOnDay2() { method getPowerOffDay2 (line 1204) | public getPowerOffDay2() { method getPowerOnDay3 (line 1208) | public getPowerOnDay3() { method getPowerOffDay3 (line 1212) | public getPowerOffDay3() { method getPowerOnDay4 (line 1216) | public getPowerOnDay4() { method getPowerOffDay4 (line 1220) | public getPowerOffDay4() { method getPowerOnDay5 (line 1224) | public getPowerOnDay5() { method getPowerOffDay5 (line 1228) | public getPowerOffDay5() { method getPowerOnDay6 (line 1232) | public getPowerOnDay6() { method getPowerOffDay6 (line 1236) | public getPowerOffDay6() { method getPowerOnDay7 (line 1240) | public getPowerOnDay7() { method getPowerOffDay7 (line 1244) | public getPowerOffDay7() { method getSendNotification (line 1248) | public getSendNotification() { method getFrameRate (line 1252) | public getFrameRate() { method getQuality (line 1256) | public getQuality() { method getTransitionEnabled (line 1260) | public getTransitionEnabled() { method getZwaveConfig (line 1264) | public getZwaveConfig() { method getLanServerEnabled (line 1268) | public getLanServerEnabled() { method getLanServerIp (line 1272) | public getLanServerIp() { method getLanServerPort (line 1276) | public getLanServerPort() { class AdRatesModel (line 1281) | class AdRatesModel extends StoreModel { method constructor (line 1282) | constructor(data: any = {}) {super(data);} method getAdRateId (line 1284) | public getAdRateId() { method getChangelistId (line 1288) | public getChangelistId() { method getChangeType (line 1292) | public getChangeType() { method getAdRateName (line 1296) | public getAdRateName() { method getAdRateMap (line 1300) | public getAdRateMap() { method getHourRate0 (line 1304) | public getHourRate0() { method getHourRate1 (line 1308) | public getHourRate1() { method getHourRate2 (line 1312) | public getHourRate2() { method getHourRate3 (line 1316) | public getHourRate3() { class StationAdsModel (line 1321) | class StationAdsModel extends StoreModel { method constructor (line 1322) | constructor(data: any = {}) {super(data);} method getBranchStationId (line 1324) | public getBranchStationId() { method getChangelistId (line 1328) | public getChangelistId() { method getChangeType (line 1332) | public getChangeType() { method getAdvertisingNetwork (line 1336) | public getAdvertisingNetwork() { method getAdvertisingDescription (line 1340) | public getAdvertisingDescription() { method getAdvertisingKeys (line 1344) | public getAdvertisingKeys() { method getAdRateId (line 1348) | public getAdRateId() { class AdOutPackagesModel (line 1353) | class AdOutPackagesModel extends StoreModel { method constructor (line 1354) | constructor(data: any = {}) {super(data);} method getAdOutPackageId (line 1356) | public getAdOutPackageId() { method getChangelistId (line 1360) | public getChangelistId() { method getChangeType (line 1364) | public getChangeType() { method getPackageName (line 1368) | public getPackageName() { method getStartDate (line 1372) | public getStartDate() { method getEndDate (line 1376) | public getEndDate() { class AdOutPackageContentsModel (line 1381) | class AdOutPackageContentsModel extends StoreModel { method constructor (line 1382) | constructor(data: any = {}) {super(data);} method getAdOutPackageContentId (line 1384) | public getAdOutPackageContentId() { method getChangelistId (line 1388) | public getChangelistId() { method getChangeType (line 1392) | public getChangeType() { method getAdOutPackageId (line 1396) | public getAdOutPackageId() { method getResourceId (line 1400) | public getResourceId() { method getPlayerDataId (line 1404) | public getPlayerDataId() { method getDuration (line 1408) | public getDuration() { method getReparationsPerHour (line 1412) | public getReparationsPerHour() { class AdOutPackageStationsModel (line 1417) | class AdOutPackageStationsModel extends StoreModel { method constructor (line 1418) | constructor(data: any = {}) {super(data);} method getAdOutPackageStationId (line 1420) | public getAdOutPackageStationId() { method getChangelistId (line 1424) | public getChangelistId() { method getChangeType (line 1428) | public getChangeType() { method getAdOutPackageId (line 1432) | public getAdOutPackageId() { method getAdOutSubdomain (line 1436) | public getAdOutSubdomain() { method getAdOutBusinessId (line 1440) | public getAdOutBusinessId() { method getAdOutStationId (line 1444) | public getAdOutStationId() { method getDaysMask (line 1448) | public getDaysMask() { method getHourStart (line 1452) | public getHourStart() { method getHourEnd (line 1456) | public getHourEnd() { class AdInDomainsModel (line 1461) | class AdInDomainsModel extends StoreModel { method constructor (line 1462) | constructor(data: any = {}) {super(data);} method getAdInDomainId (line 1464) | public getAdInDomainId() { method getChangelistId (line 1468) | public getChangelistId() { method getChangeType (line 1472) | public getChangeType() { method getAdOutDomain (line 1476) | public getAdOutDomain() { method getAcceptNewBusiness (line 1480) | public getAcceptNewBusiness() { class AdInDomainBusinessesModel (line 1485) | class AdInDomainBusinessesModel extends StoreModel { method constructor (line 1486) | constructor(data: any = {}) {super(data);} method getAdInDomainBusinessId (line 1488) | public getAdInDomainBusinessId() { method getChangelistId (line 1492) | public getChangelistId() { method getChangeType (line 1496) | public getChangeType() { method getAdInDomainId (line 1500) | public getAdInDomainId() { method getAdOutBusinessId (line 1504) | public getAdOutBusinessId() { method getAcceptNewPackage (line 1508) | public getAcceptNewPackage() { class AdInDomainBusinessPackagesModel (line 1513) | class AdInDomainBusinessPackagesModel extends StoreModel { method constructor (line 1514) | constructor(data: any = {}) {super(data);} method getAdInDomainBusinessPackageId (line 1516) | public getAdInDomainBusinessPackageId() { method getChangelistId (line 1520) | public getChangelistId() { method getChangeType (line 1524) | public getChangeType() { method getAdInDomainBusinessId (line 1528) | public getAdInDomainBusinessId() { method getAdPackageId (line 1532) | public getAdPackageId() { method getAcceptNewStation (line 1536) | public getAcceptNewStation() { method getSuspendModifiedPackageDate (line 1540) | public getSuspendModifiedPackageDate() { method getSuspendModifiedContent (line 1544) | public getSuspendModifiedContent() { class AdInDomainBusinessPackageStationsModel (line 1549) | class AdInDomainBusinessPackageStationsModel extends StoreModel { method constructor (line 1550) | constructor(data: any = {}) {super(data);} method getAdInDomainBusinessPackageStationId (line 1552) | public getAdInDomainBusinessPackageStationId() { method getChangelistId (line 1556) | public getChangelistId() { method getChangeType (line 1560) | public getChangeType() { method getAdInDomainBusinessPackageId (line 1564) | public getAdInDomainBusinessPackageId() { method getAdPackageStationId (line 1568) | public getAdPackageStationId() { method getAcceptStatus (line 1572) | public getAcceptStatus() { method getSuspendModifiedStation (line 1576) | public getSuspendModifiedStation() { type ISDK (line 1584) | interface ISDK { type IBaseProto (line 1675) | interface IBaseProto { type ITable_global_settings (line 1701) | interface ITable_global_settings extends IBaseProto { type ITable_resources (line 1704) | interface ITable_resources extends IBaseProto { type ITable_ad_local_packages (line 1707) | interface ITable_ad_local_packages extends IBaseProto { type ITable_ad_local_contents (line 1710) | interface ITable_ad_local_contents extends IBaseProto { type ITable_category_values (line 1713) | interface ITable_category_values extends IBaseProto { type ITable_catalog_items (line 1716) | interface ITable_catalog_items extends IBaseProto { type ITable_catalog_item_infos (line 1719) | interface ITable_catalog_item_infos extends IBaseProto { type ITable_catalog_item_resources (line 1722) | interface ITable_catalog_item_resources extends IBaseProto { type ITable_catalog_item_categories (line 1725) | interface ITable_catalog_item_categories extends IBaseProto { type ITable_player_data (line 1728) | interface ITable_player_data extends IBaseProto { type ITable_boards (line 1731) | interface ITable_boards extends IBaseProto { type ITable_campaigns (line 1734) | interface ITable_campaigns extends IBaseProto { type ITable_campaign_channels (line 1737) | interface ITable_campaign_channels extends IBaseProto { type ITable_campaign_channel_players (line 1740) | interface ITable_campaign_channel_players extends IBaseProto { type ITable_campaign_timelines (line 1743) | interface ITable_campaign_timelines extends IBaseProto { type ITable_campaign_events (line 1746) | interface ITable_campaign_events extends IBaseProto { type ITable_campaign_boards (line 1749) | interface ITable_campaign_boards extends IBaseProto { type ITable_board_templates (line 1752) | interface ITable_board_templates extends IBaseProto { type ITable_board_template_viewers (line 1755) | interface ITable_board_template_viewers extends IBaseProto { type ITable_campaign_timeline_chanels (line 1758) | interface ITable_campaign_timeline_chanels extends IBaseProto { type ITable_campaign_timeline_channels (line 1761) | interface ITable_campaign_timeline_channels extends IBaseProto { type ITable_campaign_timeline_board_templates (line 1764) | interface ITable_campaign_timeline_board_templates extends IBaseProto { type ITable_campaign_timeline_board_viewer_chanels (line 1767) | interface ITable_campaign_timeline_board_viewer_chanels extends IBasePro... type ITable_campaign_timeline_board_viewer_channels (line 1770) | interface ITable_campaign_timeline_board_viewer_channels extends IBasePr... type ITable_campaign_timeline_chanel_players (line 1773) | interface ITable_campaign_timeline_chanel_players extends IBaseProto { type ITable_campaign_timeline_schedules (line 1776) | interface ITable_campaign_timeline_schedules extends IBaseProto { type ITable_campaign_timeline_sequences (line 1779) | interface ITable_campaign_timeline_sequences extends IBaseProto { type ITable_scripts (line 1782) | interface ITable_scripts extends IBaseProto { type ITable_music_channels (line 1785) | interface ITable_music_channels extends IBaseProto { type ITable_music_channel_songs (line 1788) | interface ITable_music_channel_songs extends IBaseProto { type ITable_branch_stations (line 1791) | interface ITable_branch_stations extends IBaseProto { type ITable_ad_rates (line 1794) | interface ITable_ad_rates extends IBaseProto { type ITable_station_ads (line 1797) | interface ITable_station_ads extends IBaseProto { type ITable_ad_out_packages (line 1800) | interface ITable_ad_out_packages extends IBaseProto { type ITable_ad_out_package_contents (line 1803) | interface ITable_ad_out_package_contents extends IBaseProto { type ITable_ad_out_package_stations (line 1806) | interface ITable_ad_out_package_stations extends IBaseProto { type ITable_ad_in_domains (line 1809) | interface ITable_ad_in_domains extends IBaseProto { type ITable_ad_in_domain_businesses (line 1812) | interface ITable_ad_in_domain_businesses extends IBaseProto { type ITable_ad_in_domain_business_packages (line 1815) | interface ITable_ad_in_domain_business_packages extends IBaseProto { type ITable_ad_in_domain_business_package_stations (line 1818) | interface ITable_ad_in_domain_business_package_stations extends IBasePro... type ICreateDataBase (line 1821) | interface ICreateDataBase extends IBaseProto { type ICreateHandles (line 1824) | interface ICreateHandles extends IBaseProto { type IDataManager_proto (line 1830) | interface IDataManager_proto { FILE: src/store/model/StoreModel.ts class StoreModel (line 13) | class StoreModel { method UniqueId (line 15) | static UniqueId() { method constructor (line 19) | constructor(data: any = {}) { method setKey (line 25) | public setKey(ClassName: any, key: string, value: any): T { method getKey (line 29) | public getKey(key: string) { method setData (line 33) | public setData(ClassName, data: any): T { method getData (line 42) | public getData(): Map { method toPureJs (line 46) | public toPureJs(){ method listPush (line 57) | public listPush(ClassName, i_key: string, i_value: string): any { FILE: src/store/model/msdb-models-extended.ts class CampaignsModelExt (line 9) | class CampaignsModelExt extends CampaignsModel { method getCampaignPlaylistModeName (line 11) | public getCampaignPlaylistModeName(): string { class CampaignTimelineChanelPlayersModelExt (line 21) | class CampaignTimelineChanelPlayersModelExt extends CampaignTimelineChan... method getPlayerOffsetTimeInt (line 22) | public getPlayerOffsetTimeInt() { method getPlayerDurationInt (line 26) | public getPlayerDurationInt() { class BranchStationsModelExt (line 33) | class BranchStationsModelExt extends BranchStationsModel { method getLanEnabled (line 34) | public get getLanEnabled() { method getNativeId (line 38) | public get getNativeId() { class PlayerDataModelExt (line 44) | class PlayerDataModelExt extends PlayerDataModel { method getSceneName (line 46) | public get getSceneName() { method getSceneMime (line 51) | public get getSceneMime() { method getNativeId (line 56) | public get getNativeId() { FILE: src/store/reducers/appdb.reducer.ts function appDb (line 20) | function appDb(state: IAppDb, action: any): IAppDb { FILE: src/store/reducers/msdb.reducer.ts function msDatabase (line 8) | function msDatabase(state: IMsDatabase, action: Action): IMsDatabase { FILE: src/store/signage_sdk.js function BarrettMu (line 34) | function BarrettMu(m) { function BarrettMu_modulo (line 47) | function BarrettMu_modulo(x) { function BarrettMu_multiplyMod (line 66) | function BarrettMu_multiplyMod(x, y) { function BarrettMu_powMod (line 75) | function BarrettMu_powMod(x, y) { function setMaxDigits (line 103) | function setMaxDigits(value) { function BigInt (line 120) | function BigInt(flag) { function biFromDecimal (line 130) | function biFromDecimal(s) { function biCopy (line 155) | function biCopy(bi) { function biFromNumber (line 162) | function biFromNumber(i) { function reverseStr (line 174) | function reverseStr(s) { function biToString (line 189) | function biToString(x, radix) function biToDecimal (line 204) | function biToDecimal(x) { function digitToHex (line 219) | function digitToHex(n) { function biToHex (line 229) | function biToHex(x) { function charToHex (line 238) | function charToHex(c) { function hexToDigit (line 259) | function hexToDigit(s) { function biFromHex (line 269) | function biFromHex(s) { function biFromString (line 278) | function biFromString(s, radix) { function biDump (line 295) | function biDump(b) { function biAdd (line 299) | function biAdd(x, y) { function biSubtract (line 321) | function biSubtract(x, y) { function biHighIndex (line 358) | function biHighIndex(x) { function biNumBits (line 364) | function biNumBits(x) { function biMultiply (line 376) | function biMultiply(x, y) { function biMultiplyDigit (line 398) | function biMultiplyDigit(x, y) { function arrayCopy (line 413) | function arrayCopy(src, srcStart, dest, destStart, n) { function biShiftLeft (line 424) | function biShiftLeft(x, n) { function biShiftRight (line 445) | function biShiftRight(x, n) { function biMultiplyByRadixPower (line 461) | function biMultiplyByRadixPower(x, n) { function biDivideByRadixPower (line 467) | function biDivideByRadixPower(x, n) { function biModuloByRadixPower (line 473) | function biModuloByRadixPower(x, n) { function biCompare (line 479) | function biCompare(x, y) { function biDivideModulo (line 495) | function biDivideModulo(x, y) { function biDivide (line 586) | function biDivide(x, y) { function biModulo (line 590) | function biModulo(x, y) { function biMultiplyMod (line 594) | function biMultiplyMod(x, y, m) { function biPow (line 598) | function biPow(x, y) { function biPowMod (line 610) | function biPowMod(x, y, m) { function DataBaseManager (line 626) | function DataBaseManager() { function DataManager (line 810) | function DataManager() { function DataModuleBase (line 885) | function DataModuleBase() { function json2xml (line 1027) | function json2xml(o, tab) { function LoaderManager (line 1065) | function LoaderManager() { function uploadNextFile (line 1456) | function uploadNextFile(i_cookie) { function uploadTables (line 1551) | function uploadTables(i_cookie) { function multiPost (line 1568) | function multiPost(i_cookie, i_data, i) { function onSubmitData (line 1606) | function onSubmitData(i_xmlTables) { function OrderedMap (line 1659) | function OrderedMap() { function Record (line 1730) | function Record() { function Rec_ad_in_domain (line 1738) | function Rec_ad_in_domain() { function Rec_ad_in_domain_business (line 1748) | function Rec_ad_in_domain_business() { function Rec_ad_in_domain_business_package (line 1759) | function Rec_ad_in_domain_business_package() { function Rec_ad_in_domain_business_package_station (line 1772) | function Rec_ad_in_domain_business_package_station() { function Rec_ad_local_content (line 1784) | function Rec_ad_local_content() { function Rec_ad_local_package (line 1795) | function Rec_ad_local_package() { function Rec_ad_out_package (line 1808) | function Rec_ad_out_package() { function Rec_ad_out_package_content (line 1819) | function Rec_ad_out_package_content() { function Rec_ad_out_package_station (line 1832) | function Rec_ad_out_package_station() { function Rec_ad_rate (line 1847) | function Rec_ad_rate() { function Rec_board (line 1861) | function Rec_board() { function Rec_board_template (line 1876) | function Rec_board_template() { function Rec_board_template_viewer (line 1886) | function Rec_board_template_viewer() { function Rec_branch_station (line 1903) | function Rec_branch_station() { function Rec_campaign (line 1957) | function Rec_campaign() { function Rec_campaign_board (line 1974) | function Rec_campaign_board() { function Rec_campaign_channel (line 1987) | function Rec_campaign_channel() { function Rec_campaign_channel_player (line 2001) | function Rec_campaign_channel_player() { function Rec_campaign_event (line 2015) | function Rec_campaign_event() { function Rec_campaign_timeline (line 2030) | function Rec_campaign_timeline() { function Rec_campaign_timeline_board_template (line 2041) | function Rec_campaign_timeline_board_template() { function Rec_campaign_timeline_board_viewer_chanel (line 2054) | function Rec_campaign_timeline_board_viewer_chanel() { function Rec_campaign_timeline_board_viewer_channel (line 2065) | function Rec_campaign_timeline_board_viewer_channel() { function Rec_campaign_timeline_chanel (line 2076) | function Rec_campaign_timeline_chanel() { function Rec_campaign_timeline_chanel_player (line 2090) | function Rec_campaign_timeline_chanel_player() { function Rec_campaign_timeline_channel (line 2106) | function Rec_campaign_timeline_channel() { function Rec_campaign_timeline_schedule (line 2115) | function Rec_campaign_timeline_schedule() { function Rec_campaign_timeline_sequence (line 2134) | function Rec_campaign_timeline_sequence() { function Rec_catalog_item (line 2146) | function Rec_catalog_item() { function Rec_catalog_item_category (line 2156) | function Rec_catalog_item_category() { function Rec_catalog_item_info (line 2166) | function Rec_catalog_item_info() { function Rec_catalog_item_resource (line 2178) | function Rec_catalog_item_resource() { function Rec_category_value (line 2189) | function Rec_category_value() { function Rec_global_setting (line 2199) | function Rec_global_setting() { function Rec_music_channel (line 2209) | function Rec_music_channel() { function Rec_music_channel_song (line 2220) | function Rec_music_channel_song() { function Rec_player_data (line 2230) | function Rec_player_data() { function Rec_resource (line 2243) | function Rec_resource() { function Rec_script (line 2269) | function Rec_script() { function Rec_station_ad (line 2278) | function Rec_station_ad() { function RSAKeyPair (line 2305) | function RSAKeyPair(encryptionExponent, decryptionExponent, modulus) { function twoDigit (line 2318) | function twoDigit(n) { function encryptedString (line 2322) | function encryptedString(key, s) function decryptedString (line 2356) | function decryptedString(key, s) { function Table (line 2382) | function Table(i_dataBaseManager) { function Table_ad_in_domains (line 2928) | function Table_ad_in_domains(i_database) { function Table_ad_in_domain_businesses (line 2944) | function Table_ad_in_domain_businesses(i_database) { function Table_ad_in_domain_business_packages (line 2961) | function Table_ad_in_domain_business_packages(i_database) { function Table_ad_in_domain_business_package_stations (line 2984) | function Table_ad_in_domain_business_package_stations(i_database) { function Table_ad_local_contents (line 3002) | function Table_ad_local_contents(i_database) { function Table_ad_local_packages (line 3019) | function Table_ad_local_packages(i_database) { function Table_ad_out_packages (line 3038) | function Table_ad_out_packages(i_database) { function Table_ad_out_package_contents (line 3055) | function Table_ad_out_package_contents(i_database) { function Table_ad_out_package_stations (line 3074) | function Table_ad_out_package_stations(i_database) { function Table_ad_rates (line 3095) | function Table_ad_rates(i_database) { function Table_boards (line 3115) | function Table_boards(i_database) { function Table_board_templates (line 3136) | function Table_board_templates(i_database) { function Table_board_template_viewers (line 3152) | function Table_board_template_viewers(i_database) { function Table_branch_stations (line 3175) | function Table_branch_stations(i_database) { function Table_campaigns (line 3235) | function Table_campaigns(i_database) { function Table_campaign_boards (line 3258) | function Table_campaign_boards(i_database) { function Table_campaign_channels (line 3277) | function Table_campaign_channels(i_database) { function Table_campaign_channel_players (line 3297) | function Table_campaign_channel_players(i_database) { function Table_campaign_events (line 3317) | function Table_campaign_events(i_database) { function Table_campaign_timelines (line 3338) | function Table_campaign_timelines(i_database) { function Table_campaign_timeline_board_templates (line 3355) | function Table_campaign_timeline_board_templates(i_database) { function Table_campaign_timeline_board_viewer_chanels (line 3378) | function Table_campaign_timeline_board_viewer_chanels(i_database) { function Table_campaign_timeline_board_viewer_channels (line 3399) | function Table_campaign_timeline_board_viewer_channels(i_database) { function Table_campaign_timeline_chanels (line 3420) | function Table_campaign_timeline_chanels(i_database) { function Table_campaign_timeline_chanel_players (line 3440) | function Table_campaign_timeline_chanel_players(i_database) { function Table_campaign_timeline_channels (line 3462) | function Table_campaign_timeline_channels(i_database) { function Table_campaign_timeline_schedules (line 3477) | function Table_campaign_timeline_schedules(i_database) { function Table_campaign_timeline_sequences (line 3502) | function Table_campaign_timeline_sequences(i_database) { function Table_catalog_items (line 3520) | function Table_catalog_items(i_database) { function Table_catalog_item_categories (line 3536) | function Table_catalog_item_categories(i_database) { function Table_catalog_item_infos (line 3552) | function Table_catalog_item_infos(i_database) { function Table_catalog_item_resources (line 3570) | function Table_catalog_item_resources(i_database) { function Table_category_values (line 3587) | function Table_category_values(i_database) { function Table_global_settings (line 3603) | function Table_global_settings(i_database) { function Table_music_channels (line 3619) | function Table_music_channels(i_database) { function Table_music_channel_songs (line 3636) | function Table_music_channel_songs(i_database) { function Table_player_data (line 3652) | function Table_player_data(i_database) { function Table_resources (line 3671) | function Table_resources(i_database) { function Table_scripts (line 3704) | function Table_scripts(i_database) { function Table_station_ads (line 3719) | function Table_station_ads(i_database) { function surrogateCtor (line 3737) | function surrogateCtor() { function extend (line 3740) | function extend(base, sub) { function xml2json (line 3755) | function xml2json(xml, tab) { FILE: src/store/store.data.ts type StoryBoardListViewModeEnum (line 23) | enum StoryBoardListViewModeEnum { type IMsDatabase (line 28) | interface IMsDatabase { type IStation (line 33) | interface IStation { type IUiStateCampaign (line 56) | interface IUiStateCampaign { type IUiStateLocation (line 71) | interface IUiStateLocation { type IUiStateResources (line 76) | interface IUiStateResources { type IUiStateStations (line 80) | interface IUiStateStations { type IUiStateFatserq (line 84) | interface IUiStateFatserq { type IUiStateScene (line 90) | interface IUiStateScene { type IUIMultiStationSelected (line 98) | interface IUIMultiStationSelected { type IUiState (line 102) | interface IUiState { type IFasterQ (line 117) | interface IFasterQ { type IContactForm (line 124) | interface IContactForm { type IAppDb (line 129) | interface IAppDb { constant INITIAL_STORE_DATA (line 147) | const INITIAL_STORE_DATA: IMsDatabase = { constant INITIAL_APP_DB (line 152) | const INITIAL_APP_DB: IAppDb = { FILE: src/typings.d.ts class EnjoyHint (line 47) | class EnjoyHint { class RC4 (line 59) | class RC4 { class QRCode (line 66) | class QRCode { class Stopwatch (line 72) | class Stopwatch { class Power4 (line 78) | class Power4 { class RC4V2 (line 82) | class RC4V2 { type Window (line 88) | interface Window { class LoaderManager (line 100) | class LoaderManager { type jQueryModal (line 123) | interface jQueryModal extends JQuery { type JQueryStatic (line 126) | interface JQueryStatic { type JQuery (line 134) | interface JQuery { type Con (line 153) | interface Con { type PlatformStatic (line 157) | interface PlatformStatic { type PlatformOS (line 173) | interface PlatformOS { type Window (line 181) | interface Window { type IDataURLOptions (line 386) | interface IDataURLOptions { type IEvent (line 417) | interface IEvent { type IFillOptions (line 422) | interface IFillOptions { type IToSVGOptions (line 441) | interface IToSVGOptions { type IViewBox (line 456) | interface IViewBox { type ICollection (line 478) | interface ICollection { type IObservable (line 554) | interface IObservable { type ICanvasAnimation (line 588) | interface ICanvasAnimation { type IObjectAnimation (line 621) | interface IObjectAnimation { type IAnimationOptions (line 640) | interface IAnimationOptions { type IColor (line 671) | interface IColor { type IColorStatic (line 736) | interface IColorStatic { type IGradientOptions (line 801) | interface IGradientOptions { type IGradient (line 836) | interface IGradient extends IGradientOptions { type IGrandientStatic (line 863) | interface IGrandientStatic { type IIntersection (line 881) | interface IIntersection { type IIntersectionStatic (line 893) | interface IIntersectionStatic { type IPatternOptions (line 920) | interface IPatternOptions { type IPattern (line 941) | interface IPattern extends IPatternOptions { type IPatternStatic (line 963) | interface IPatternStatic { type IPoint (line 969) | interface IPoint { type IPointStatic (line 1131) | interface IPointStatic { type IShadowOptions (line 1137) | interface IShadowOptions { type IShadow (line 1164) | interface IShadow extends IShadowOptions { type IShadowStatic (line 1189) | interface IShadowStatic { type ICanvasDimensions (line 1198) | interface ICanvasDimensions { type ICanvasDimensionsOptions (line 1209) | interface ICanvasDimensionsOptions { type IStaticCanvasOptions (line 1220) | interface IStaticCanvasOptions { type IStaticCanvas (line 1297) | interface IStaticCanvas extends IObservable, IStaticCanva... type IStaticCanvasStatic (line 1614) | interface IStaticCanvasStatic { type ICanvasOptions (line 1640) | interface ICanvasOptions extends IStaticCanvasOptions { type ICanvas (line 1742) | interface ICanvas extends IStaticCanvas, ICanvasOptions { type ICanvasStatic (line 1859) | interface ICanvasStatic { type ICircleOptions (line 1889) | interface ICircleOptions extends IObjectOptions { type ICircle (line 1905) | interface ICircle extends IObject, ICircleOptions { type ICircleStatic (line 1945) | interface ICircleStatic { type IEllipseOptions (line 1972) | interface IEllipseOptions extends IObjectOptions { type IEllipse (line 1983) | interface IEllipse extends IObject, IEllipseOptions { type IEllipseStatic (line 2017) | interface IEllipseStatic { type IGroup (line 2039) | interface IGroup extends IObject, ICollection { type IGroupStatic (line 2130) | interface IGroupStatic { type IImageOptions (line 2146) | interface IImageOptions extends IObjectOptions { type IImage (line 2177) | interface IImage extends IObject, IImageOptions { type IImageStatic (line 2263) | interface IImageStatic { type ILineOptions (line 2304) | interface ILineOptions extends IObjectOptions { type ILine (line 2323) | interface ILine extends IObject, ILineOptions { type ILineStatic (line 2348) | interface ILineStatic { type IObjectOptions (line 2374) | interface IObjectOptions { type IObject (line 2662) | interface IObject extends IObservable, IObjectOptions, IObjectA... type IObjectStatic (line 3181) | interface IObjectStatic { type IPathOptions (line 3185) | interface IPathOptions extends IObjectOptions { type IPath (line 3202) | interface IPath extends IObject, IPathOptions { type IPathStatic (line 3246) | interface IPathStatic { type IPathGroup (line 3270) | interface IPathGroup extends IObject { type IPathGroupStatic (line 3325) | interface IPathGroupStatic { type IPolygonOptions (line 3347) | interface IPolygonOptions extends IObjectOptions { type IPolygon (line 3364) | interface IPolygon extends IObject, IPolygonOptions { type IPolygonStatic (line 3386) | interface IPolygonStatic { type IPolylineOptions (line 3415) | interface IPolylineOptions extends IObjectOptions { type IPolyline (line 3432) | interface IPolyline extends IObject, IPolylineOptions { type IPolylineStatic (line 3456) | interface IPolylineStatic { type IRectOptions (line 3486) | interface IRectOptions extends IObjectOptions { type IRect (line 3503) | interface IRect extends IObject, IRectOptions { type IRectStatic (line 3527) | interface IRectStatic { type ITextOptions (line 3555) | interface ITextOptions extends IObjectOptions { type IText (line 3604) | interface IText extends IObject, ITextOptions { type ITextStatic (line 3733) | interface ITextStatic { type IITextOptions (line 3764) | interface IITextOptions extends IObjectOptions, ITextOptions { type IIText (line 3827) | interface IIText extends IObject, IText, IITextOptions { type IITextStatic (line 4078) | interface IITextStatic extends ITextStatic { type ITriangleOptions (line 4093) | interface ITriangleOptions extends IObjectOptions { type ITriangle (line 4096) | interface ITriangle extends IObject { type ITriangleStatic (line 4112) | interface ITriangleStatic { type IAllFilters (line 4129) | interface IAllFilters { type IBaseFilter (line 4332) | interface IBaseFilter { type IBlendFilter (line 4350) | interface IBlendFilter extends IBaseFilter { type IBrightnessFilter (line 4358) | interface IBrightnessFilter extends IBaseFilter { type IConvoluteFilter (line 4366) | interface IConvoluteFilter extends IBaseFilter { type IGradientTransparencyFilter (line 4374) | interface IGradientTransparencyFilter { type IGrayscaleFilter (line 4382) | interface IGrayscaleFilter { type IInvertFilter (line 4390) | interface IInvertFilter { type IMaskFilter (line 4398) | interface IMaskFilter { type IMultiplyFilter (line 4406) | interface IMultiplyFilter { type INoiseFilter (line 4414) | interface INoiseFilter { type IPixelateFilter (line 4422) | interface IPixelateFilter { type IRemoveWhiteFilter (line 4430) | interface IRemoveWhiteFilter { type IResizeFilter (line 4438) | interface IResizeFilter { type ISepiaFilter (line 4466) | interface ISepiaFilter { type ISepia2Filter (line 4474) | interface ISepia2Filter { type ITintFilter (line 4482) | interface ITintFilter { type IBaseBrush (line 4493) | interface IBaseBrush { type ICircleBrush (line 4533) | interface ICircleBrush extends IBaseBrush { type ISprayBrush (line 4552) | interface ISprayBrush extends IBaseBrush { type IPatternBrush (line 4586) | interface IPatternBrush extends IPencilBrush { type IPencilBrush (line 4602) | interface IPencilBrush extends IBaseBrush { type IUtilAnimationOptions (line 4636) | interface IUtilAnimationOptions { type IUtilAnimation (line 4667) | interface IUtilAnimation { type IUtilAminEaseFunction (line 4682) | interface IUtilAminEaseFunction { type IUtilAnimEase (line 4686) | interface IUtilAnimEase { type IUtilArc (line 4719) | interface IUtilArc { type IUtilDomEvent (line 4758) | interface IUtilDomEvent { type IUtilDomMisc (line 4783) | interface IUtilDomMisc { type IUtilDomRequest (line 4861) | interface IUtilDomRequest { type IUtilDomStyle (line 4872) | interface IUtilDomStyle { type IUtilArray (line 4881) | interface IUtilArray { type IUtilClass (line 4904) | interface IUtilClass { type IUtilObject (line 4922) | interface IUtilObject { type IUtilString (line 4939) | interface IUtilString { type IUtilMisc (line 4962) | interface IUtilMisc { type IUtil (line 5138) | interface IUtil extends IUtilAnimation, IUtilArc, IObservable, IU... FILE: src/validators/NameTakenValidator.ts type ValidationResult (line 2) | interface ValidationResult { function NameTakenValidator (line 6) | function NameTakenValidator(control:NgControl):Promise... FILE: src/validators/StartCapValidator.ts function StartCapValidator (line 2) | function StartCapValidator(control: NgControl): { [s: string]: boolean } {