Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aggarwalankush/ionic-mosum
/ functions
Functions
96 in github.com/aggarwalankush/ionic-mosum
⨍
Functions
96
◇
Types & classes
59
↓ 13 callers
Method
query
* 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 callers
Method
get
* 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 callers
Method
getJson
(key: string)
src/providers/sql.ts:90
↓ 5 callers
Method
setJson
(key: string, value: any)
src/providers/sql.ts:100
↓ 2 callers
Method
destroy
()
src/components/weather-list/weather-list.ts:111
↓ 2 callers
Method
emitInit
()
src/pages/home-weather/home-weather.ts:44
↓ 2 callers
Method
formatEpoch
(epoch: number, pattern: string, tz: string)
src/providers/util.service.ts:48
↓ 2 callers
Method
getDetailsArray
(dp: DataPoint)
src/pages/weather-detail/weather-detail.ts:104
↓ 2 callers
Method
getForecast
(location: Location, cacheOnly: boolean = false)
src/providers/forecast.service.ts:19
↓ 2 callers
Method
init
()
src/components/weather-list/weather-list.ts:62
↓ 2 callers
Method
set
* 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 callers
Method
startCase
(text: string)
src/providers/util.service.ts:161
↓ 2 callers
Method
updateForecast
()
src/pages/world-city-list/world-city-list.ts:70
↓ 1 callers
Method
_tryInit
()
src/providers/sql.ts:35
↓ 1 callers
Method
addForecast
(name: string, forecast: Forecast)
src/providers/database.service.ts:17
↓ 1 callers
Method
addWorldLocation
(location: Location)
src/providers/database.service.ts:56
↓ 1 callers
Function
collapse
(duration: number = 200)
src/providers/model.ts:100
↓ 1 callers
Method
degToCard
(deg: number)
src/providers/util.service.ts:121
↓ 1 callers
Method
dismiss
()
src/pages/location/location.ts:55
↓ 1 callers
Method
epochToHour
(epoch: number, tz: string)
src/providers/util.service.ts:44
↓ 1 callers
Method
formatDetailElem
(detailElem: string, elemVal: any)
src/pages/weather-detail/weather-detail.ts:117
↓ 1 callers
Method
formatDistance
(distance: number, metrics: Metrics)
src/providers/util.service.ts:72
↓ 1 callers
Method
formatLength
(length: number, metrics: Metrics)
src/providers/util.service.ts:62
↓ 1 callers
Method
formatPI
(pi: number, metrics: Metrics)
src/providers/util.service.ts:103
↓ 1 callers
Method
formatPressure
(pressure: number, metrics: Metrics)
src/providers/util.service.ts:82
↓ 1 callers
Method
formatTemp
(temp: number, metrics: Metrics)
src/providers/util.service.ts:52
↓ 1 callers
Method
formatWind
(windSpeed: number, windDegree: number, metrics: Metrics)
src/providers/util.service.ts:93
↓ 1 callers
Method
get
(key: string)
src/providers/database.service.ts:136
↓ 1 callers
Method
getAllWorldLocations
()
src/providers/database.service.ts:103
↓ 1 callers
Method
getCurrentHour
(tz: string)
src/providers/util.service.ts:40
↓ 1 callers
Method
getForecast
(location: Location)
src/components/weather-list/weather-list.ts:77
↓ 1 callers
Method
getRequestUri
(location: Location)
src/providers/forecast.service.ts:72
↓ 1 callers
Method
getServerData
(location: Location, emitterForecast: EventEmitter<Forecast>)
src/providers/forecast.service.ts:47
↓ 1 callers
Method
initPlugins
()
src/app/app.component.ts:46
↓ 1 callers
Method
isActive
(page: PageInterface)
src/app/app.component.ts:64
↓ 1 callers
Method
platformReady
()
src/app/app.component.ts:38
↓ 1 callers
Method
remove
* 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 callers
Method
removeWorldLocation
(name: string)
src/providers/database.service.ts:92
↓ 1 callers
Method
set
(key: string, value: string)
src/providers/database.service.ts:127
↓ 1 callers
Method
showToast
(message, duration?)
src/providers/util.service.ts:169
Method
addLocation
()
src/pages/world-city-list/world-city-list.ts:86
Method
changeHomeLocation
()
src/pages/settings/settings.ts:44
Method
chooseItem
(item)
src/pages/location/location.ts:78
Method
clear
* 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
Method
constructor
(public element: ElementRef, public renderer: Renderer2)
src/directives/animate-item-sliding/animate-item-sliding.ts:9
Method
constructor
(public navCtrl: NavController, public forecastService: ForecastService, public da
src/components/weather-list/weather-list.ts:35
Method
constructor
(public jsonp: Jsonp, public databaseService: DatabaseService)
src/providers/forecast.service.ts:15
Method
constructor
(public _db: Sql)
src/providers/database.service.ts:11
Method
constructor
(public toastCtrl: ToastController)
src/providers/util.service.ts:12
Method
constructor
(public platform: Platform)
src/providers/sql.ts:11
Method
constructor
(public navParams: NavParams, public viewCtrl: ViewController, public keyboard: Ke
src/pages/location/location.ts:25
Method
constructor
(public navCtrl: NavController, public databaseService: DatabaseService, public ut
src/pages/world-city-list/world-city-list.ts:27
Method
constructor
(public databaseService: DatabaseService, public modalCtrl: ModalController)
src/pages/settings/settings.ts:31
Method
constructor
(public params: NavParams, public statusBar: StatusBar, public utilService: UtilSe
src/pages/weather-detail/weather-detail.ts:37
Method
constructor
(public params: NavParams)
src/pages/city-weather/city-weather.ts:13
Method
constructor
(public navParams: NavParams, public utilService: UtilService)
src/pages/tabs/tabs.ts:17
Method
constructor
(public databaseService: DatabaseService, public modalCtrl: ModalController)
src/pages/home-weather/home-weather.ts:17
Method
constructor
(public platform: Platform, public utilService: UtilService, public statusBar: Sta
src/app/app.component.ts:30
Method
delete
(location: Location)
src/pages/world-city-list/world-city-list.ts:125
Method
doInfinite
(infiniteScroll)
src/pages/weather-detail/weather-detail.ts:85
Method
getCalendarDay
(epoch: number, tz: string)
src/providers/util.service.ts:21
Method
getForecast
(name: string)
src/providers/database.service.ts:34
Method
getJson
(key: string)
src/providers/database.service.ts:160
Method
getStandardDay
(epoch: number, tz: string)
src/providers/util.service.ts:16
Method
getTabChangeEvent
()
src/providers/util.service.ts:165
Method
getTime
(epoch: number, metrics: Metrics, tz: string)
src/providers/util.service.ts:35
Method
getWeatherIcon
(icon: string)
src/providers/util.service.ts:113
Method
getWorldLocation
(name: string)
src/providers/database.service.ts:72
Method
handleError
(error: Response | any)
src/providers/forecast.service.ts:59
Method
ionViewDidEnter
()
src/pages/location/location.ts:33
Method
ionViewDidLoad
()
src/pages/weather-detail/weather-detail.ts:65
Method
ionViewWillEnter
()
src/pages/location/location.ts:40
Method
ionViewWillEnter
()
src/pages/world-city-list/world-city-list.ts:53
Method
ionViewWillEnter
()
src/pages/weather-detail/weather-detail.ts:57
Method
ionViewWillEnter
()
src/pages/home-weather/home-weather.ts:23
Method
ionViewWillLeave
()
src/pages/location/location.ts:51
Method
ionViewWillLeave
()
src/pages/world-city-list/world-city-list.ts:66
Method
ionViewWillLeave
()
src/pages/weather-detail/weather-detail.ts:61
Method
ionViewWillLeave
()
src/pages/home-weather/home-weather.ts:50
Method
itemClicked
(item: any)
src/components/weather-list/weather-list.ts:41
Method
locationClicked
(location: Location)
src/pages/world-city-list/world-city-list.ts:135
Method
metricChange
()
src/pages/settings/settings.ts:40
Method
ngOnDestroy
()
src/components/weather-list/weather-list.ts:107
Method
ngOnInit
()
src/directives/animate-item-sliding/animate-item-sliding.ts:13
Method
ngOnInit
()
src/components/weather-list/weather-list.ts:50
Method
ngOnInit
()
src/pages/world-city-list/world-city-list.ts:34
Method
ngOnInit
()
src/pages/settings/settings.ts:35
Method
ngOnInit
()
src/pages/weather-detail/weather-detail.ts:46
Method
openPage
(page: PageInterface)
src/app/app.component.ts:52
Method
poweredBy
()
src/app/app.component.ts:72
Method
remove
(key: string)
src/providers/database.service.ts:151
Method
segmentChange
()
src/pages/weather-detail/weather-detail.ts:94
Method
setJson
(key: string, value: any)
src/providers/database.service.ts:171
Method
toggleDetails
(item)
src/pages/weather-detail/weather-detail.ts:100
Method
updateSearch
()
src/pages/location/location.ts:59
Method
uppercase
(text: string)
src/providers/util.service.ts:157