MCPcopy Create free account

hub / github.com/aggarwalankush/ionic-mosum / functions

Functions96 in github.com/aggarwalankush/ionic-mosum

↓ 13 callersMethodquery
* Perform an arbitrary SQL operation on the database. Use this method * to have full control over the underlying database through SQL operations
src/providers/sql.ts:50
↓ 6 callersMethodget
* Get the value in the database identified by the given key. * @param {string} key the key * @return {Promise} that resolves or rejects with an
src/providers/sql.ts:72
↓ 5 callersMethodgetJson
(key: string)
src/providers/sql.ts:90
↓ 5 callersMethodsetJson
(key: string, value: any)
src/providers/sql.ts:100
↓ 2 callersMethoddestroy
()
src/components/weather-list/weather-list.ts:111
↓ 2 callersMethodemitInit
()
src/pages/home-weather/home-weather.ts:44
↓ 2 callersMethodformatEpoch
(epoch: number, pattern: string, tz: string)
src/providers/util.service.ts:48
↓ 2 callersMethodgetDetailsArray
(dp: DataPoint)
src/pages/weather-detail/weather-detail.ts:104
↓ 2 callersMethodgetForecast
(location: Location, cacheOnly: boolean = false)
src/providers/forecast.service.ts:19
↓ 2 callersMethodinit
()
src/components/weather-list/weather-list.ts:62
↓ 2 callersMethodset
* Set the value in the database for the given key. Existing values will be overwritten. * @param {string} key the key * @param {string} value Th
src/providers/sql.ts:86
↓ 2 callersMethodstartCase
(text: string)
src/providers/util.service.ts:161
↓ 2 callersMethodupdateForecast
()
src/pages/world-city-list/world-city-list.ts:70
↓ 1 callersMethod_tryInit
()
src/providers/sql.ts:35
↓ 1 callersMethodaddForecast
(name: string, forecast: Forecast)
src/providers/database.service.ts:17
↓ 1 callersMethodaddWorldLocation
(location: Location)
src/providers/database.service.ts:56
↓ 1 callersFunctioncollapse
(duration: number = 200)
src/providers/model.ts:100
↓ 1 callersMethoddegToCard
(deg: number)
src/providers/util.service.ts:121
↓ 1 callersMethoddismiss
()
src/pages/location/location.ts:55
↓ 1 callersMethodepochToHour
(epoch: number, tz: string)
src/providers/util.service.ts:44
↓ 1 callersMethodformatDetailElem
(detailElem: string, elemVal: any)
src/pages/weather-detail/weather-detail.ts:117
↓ 1 callersMethodformatDistance
(distance: number, metrics: Metrics)
src/providers/util.service.ts:72
↓ 1 callersMethodformatLength
(length: number, metrics: Metrics)
src/providers/util.service.ts:62
↓ 1 callersMethodformatPI
(pi: number, metrics: Metrics)
src/providers/util.service.ts:103
↓ 1 callersMethodformatPressure
(pressure: number, metrics: Metrics)
src/providers/util.service.ts:82
↓ 1 callersMethodformatTemp
(temp: number, metrics: Metrics)
src/providers/util.service.ts:52
↓ 1 callersMethodformatWind
(windSpeed: number, windDegree: number, metrics: Metrics)
src/providers/util.service.ts:93
↓ 1 callersMethodget
(key: string)
src/providers/database.service.ts:136
↓ 1 callersMethodgetAllWorldLocations
()
src/providers/database.service.ts:103
↓ 1 callersMethodgetCurrentHour
(tz: string)
src/providers/util.service.ts:40
↓ 1 callersMethodgetForecast
(location: Location)
src/components/weather-list/weather-list.ts:77
↓ 1 callersMethodgetRequestUri
(location: Location)
src/providers/forecast.service.ts:72
↓ 1 callersMethodgetServerData
(location: Location, emitterForecast: EventEmitter<Forecast>)
src/providers/forecast.service.ts:47
↓ 1 callersMethodinitPlugins
()
src/app/app.component.ts:46
↓ 1 callersMethodisActive
(page: PageInterface)
src/app/app.component.ts:64
↓ 1 callersMethodplatformReady
()
src/app/app.component.ts:38
↓ 1 callersMethodremove
* Remove the value in the database for the given key. * @param {string} key the key * @return {Promise} that resolves or rejects with an object
src/providers/sql.ts:113
↓ 1 callersMethodremoveWorldLocation
(name: string)
src/providers/database.service.ts:92
↓ 1 callersMethodset
(key: string, value: string)
src/providers/database.service.ts:127
↓ 1 callersMethodshowToast
(message, duration?)
src/providers/util.service.ts:169
MethodaddLocation
()
src/pages/world-city-list/world-city-list.ts:86
MethodchangeHomeLocation
()
src/pages/settings/settings.ts:44
MethodchooseItem
(item)
src/pages/location/location.ts:78
Methodclear
* Clear all keys/values of your database. * @return {Promise} that resolves or rejects with an object of the form { tx: Transaction, res: Result (o
src/providers/sql.ts:121
Methodconstructor
(public element: ElementRef, public renderer: Renderer2)
src/directives/animate-item-sliding/animate-item-sliding.ts:9
Methodconstructor
(public navCtrl: NavController, public forecastService: ForecastService, public da
src/components/weather-list/weather-list.ts:35
Methodconstructor
(public jsonp: Jsonp, public databaseService: DatabaseService)
src/providers/forecast.service.ts:15
Methodconstructor
(public _db: Sql)
src/providers/database.service.ts:11
Methodconstructor
(public toastCtrl: ToastController)
src/providers/util.service.ts:12
Methodconstructor
(public platform: Platform)
src/providers/sql.ts:11
Methodconstructor
(public navParams: NavParams, public viewCtrl: ViewController, public keyboard: Ke
src/pages/location/location.ts:25
Methodconstructor
(public navCtrl: NavController, public databaseService: DatabaseService, public ut
src/pages/world-city-list/world-city-list.ts:27
Methodconstructor
(public databaseService: DatabaseService, public modalCtrl: ModalController)
src/pages/settings/settings.ts:31
Methodconstructor
(public params: NavParams, public statusBar: StatusBar, public utilService: UtilSe
src/pages/weather-detail/weather-detail.ts:37
Methodconstructor
(public params: NavParams)
src/pages/city-weather/city-weather.ts:13
Methodconstructor
(public navParams: NavParams, public utilService: UtilService)
src/pages/tabs/tabs.ts:17
Methodconstructor
(public databaseService: DatabaseService, public modalCtrl: ModalController)
src/pages/home-weather/home-weather.ts:17
Methodconstructor
(public platform: Platform, public utilService: UtilService, public statusBar: Sta
src/app/app.component.ts:30
Methoddelete
(location: Location)
src/pages/world-city-list/world-city-list.ts:125
MethoddoInfinite
(infiniteScroll)
src/pages/weather-detail/weather-detail.ts:85
MethodgetCalendarDay
(epoch: number, tz: string)
src/providers/util.service.ts:21
MethodgetForecast
(name: string)
src/providers/database.service.ts:34
MethodgetJson
(key: string)
src/providers/database.service.ts:160
MethodgetStandardDay
(epoch: number, tz: string)
src/providers/util.service.ts:16
MethodgetTabChangeEvent
()
src/providers/util.service.ts:165
MethodgetTime
(epoch: number, metrics: Metrics, tz: string)
src/providers/util.service.ts:35
MethodgetWeatherIcon
(icon: string)
src/providers/util.service.ts:113
MethodgetWorldLocation
(name: string)
src/providers/database.service.ts:72
MethodhandleError
(error: Response | any)
src/providers/forecast.service.ts:59
MethodionViewDidEnter
()
src/pages/location/location.ts:33
MethodionViewDidLoad
()
src/pages/weather-detail/weather-detail.ts:65
MethodionViewWillEnter
()
src/pages/location/location.ts:40
MethodionViewWillEnter
()
src/pages/world-city-list/world-city-list.ts:53
MethodionViewWillEnter
()
src/pages/weather-detail/weather-detail.ts:57
MethodionViewWillEnter
()
src/pages/home-weather/home-weather.ts:23
MethodionViewWillLeave
()
src/pages/location/location.ts:51
MethodionViewWillLeave
()
src/pages/world-city-list/world-city-list.ts:66
MethodionViewWillLeave
()
src/pages/weather-detail/weather-detail.ts:61
MethodionViewWillLeave
()
src/pages/home-weather/home-weather.ts:50
MethoditemClicked
(item: any)
src/components/weather-list/weather-list.ts:41
MethodlocationClicked
(location: Location)
src/pages/world-city-list/world-city-list.ts:135
MethodmetricChange
()
src/pages/settings/settings.ts:40
MethodngOnDestroy
()
src/components/weather-list/weather-list.ts:107
MethodngOnInit
()
src/directives/animate-item-sliding/animate-item-sliding.ts:13
MethodngOnInit
()
src/components/weather-list/weather-list.ts:50
MethodngOnInit
()
src/pages/world-city-list/world-city-list.ts:34
MethodngOnInit
()
src/pages/settings/settings.ts:35
MethodngOnInit
()
src/pages/weather-detail/weather-detail.ts:46
MethodopenPage
(page: PageInterface)
src/app/app.component.ts:52
MethodpoweredBy
()
src/app/app.component.ts:72
Methodremove
(key: string)
src/providers/database.service.ts:151
MethodsegmentChange
()
src/pages/weather-detail/weather-detail.ts:94
MethodsetJson
(key: string, value: any)
src/providers/database.service.ts:171
MethodtoggleDetails
(item)
src/pages/weather-detail/weather-detail.ts:100
MethodupdateSearch
()
src/pages/location/location.ts:59
Methoduppercase
(text: string)
src/providers/util.service.ts:157