forked from meteor/meteor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
672 lines (666 loc) · 34.9 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
title: Meteor API Docs
subtitle: API Docs
versions:
- '2.14'
- '2.13'
- '2.12'
- '2.11'
- '2.10'
- '2.9'
- '2.8'
- '2.7'
- '2.6'
- '2.5'
- '2.4'
- '2.3'
- '2.2'
- '2.1'
- '2.0'
- '1.12'
- '1.11'
- '1.10'
- '1.9'
- '1.8'
- '1.7'
- '1.6'
- '1.5'
- '1.4'
- '1.3'
versioned-netlify-redirects:
netlify_site_id: meteor-docs
logo:
title: Meteor
subtitle: API Docs
sidebar_categories:
null:
- index
- changelog
- install
- roadmap
API:
- api/core
- api/pubsub
- api/methods
- api/check
- api/connections
- api/collections
- api/session
- api/accounts
- api/accounts-multi
- api/passwords
- api/templates
- api/blaze
- api/timers
- api/tracker
- api/reactive-var
- api/reactive-dict
- api/ejson
- api/http
- api/email
- api/assets
- api/packagejs
- api/mobile-config
- api/environment
Packages:
- packages/accounts-ui
- packages/accounts-passwordless
- packages/accounts-2fa
- packages/appcache
- packages/audit-argument-checks
- packages/autoupdate
- packages/browser-policy
- packages/bundle-visualizer
- packages/coffeescript
- packages/dynamic-import
- packages/ecmascript
- packages/fetch
- packages/hot-module-replacement
- packages/less
- packages/logging
- packages/markdown
- packages/modules
- packages/oauth-encryption
- packages/random
- packages/server-render
- packages/spacebars
- packages/standard-minifier-css
- packages/underscore
- packages/url
- packages/webapp
- packages/packages-listing
Command Line:
- commandline
- environment-variables
- using-core-types
Troubleshooting:
- expired-certificate
- windows
- known-issues
github_repo: 'meteor/meteor'
edit_branch: 'devel'
edit_path: 'docs'
nav_links:
'API Docs':
active: true
url: http://docs.meteor.com/
root: /
api_box:
data_file: 'data/data.js'
marked:
breaks: false
# Redirects. This was generated by conversion/convert-toc-redirects.js
# NOTE that scripts/old-redirects runs FIRST before this more static mapping
redirects:
/#/full/meteor_isclient: 'api/core.html#Meteor-isClient'
/#/full/meteor_isserver: 'api/core.html#Meteor-isServer'
/#/full/meteor_iscordova: 'api/core.html#Meteor-isCordova'
/#/full/meteor-isdevelopment: 'api/core.html#meteor-isdevelopment'
/#/full/meteor-isproduction: 'api/core.html#meteor-isproduction'
/#/full/meteor_startup: 'api/core.html#Meteor-startup'
/#/full/meteor_wrapasync: 'api/core.html#Meteor-wrapAsync'
/#/full/meteor.defer: 'api/core.html#meteor-defer'
/#/full/meteor_absoluteurl: 'api/core.html#Meteor-absoluteUrl'
/#/full/meteor_settings: 'api/core.html#Meteor-settings'
/#/full/meteor_release: 'api/core.html#Meteor-release'
/#/full/meteor_publish: 'api/pubsub.html#Meteor-publish'
/#/full/publish_userid: 'api/pubsub.html#publish_userid'
/#/full/publish_added: 'api/pubsub.html#Subscription-added'
/#/full/publish_changed: 'api/pubsub.html#Subscription-changed'
/#/full/publish_removed: 'api/pubsub.html#Subscription-removed'
/#/full/publish_ready: 'api/pubsub.html#Subscription-ready'
/#/full/publish_onstop: 'api/pubsub.html#Subscription-onStop'
/#/full/publish_error: 'api/pubsub.html#Subscription-error'
/#/full/publish_stop: 'api/pubsub.html#Subscription-stop'
/#/full/publish_connection: 'api/pubsub.html#Subscription-connection'
/#/full/meteor_subscribe: 'api/pubsub.html#Meteor-subscribe'
/#/full/ddpratelimiter: 'api/methods.html#ddpratelimiter'
/#/full/meteor_methods: 'api/methods.html#Meteor-methods'
/#/full/method_userid: 'api/methods.html#method_userid'
/#/full/method_setuserid: 'api/methods.html#method_setuserid'
/#/full/method_issimulation: 'api/methods.html#DDPCommon-MethodInvocation-isSimulation'
/#/full/method_unblock: 'api/methods.html#DDPCommon-MethodInvocation-unblock'
/#/full/method_connection: 'api/methods.html#DDPCommon-MethodInvocation-connection'
/#/full/meteor_error: 'api/methods.html#Meteor-Error'
/#/full/meteor_call: 'api/methods.html#Meteor-call'
/#/full/meteor_apply: 'api/methods.html#Meteor-apply'
/#/full/check: 'api/check.html#check'
/#/full/match_test: 'api/check.html#Match-test'
/#/full/match patterns: 'api/check.html#match patterns'
/#/full/meteor_status: 'api/connections.html#Meteor-status'
/#/full/meteor_reconnect: 'api/connections.html#Meteor-reconnect'
/#/full/meteor_disconnect: 'api/connections.html#Meteor-disconnect'
/#/full/meteor_onconnection: 'api/connections.html#Meteor-onConnection'
/#/full/ddp_connect: 'api/connections.html#DDP-connect'
/#/full/mongo_collection: 'api/collections.html#Mongo-Collection'
/#/full/find: 'api/collections.html#Mongo-Collection-find'
/#/full/findone: 'api/collections.html#Mongo-Collection-findOne'
/#/full/insert: 'api/collections.html#Mongo-Collection-insert'
/#/full/update: 'api/collections.html#Mongo-Collection-update'
/#/full/upsert: 'api/collections.html#Mongo-Collection-upsert'
/#/full/remove: 'api/collections.html#Mongo-Collection-remove'
/#/full/allow: 'api/collections.html#Mongo-Collection-allow'
/#/full/deny: 'api/collections.html#Mongo-Collection-deny'
/#/full/mongo-collection-rawcollection: 'api/collections.html#mongo-collection-rawcollection'
/#/full/mongo-collection-rawdatabase: 'api/collections.html#mongo-collection-rawdatabase'
/#/full/mongo.cursor: 'api/collections.html#mongo-cursor'
/#/full/foreach: 'api/collections.html#Mongo-Cursor-forEach'
/#/full/map: 'api/collections.html#Mongo-Cursor-map'
/#/full/fetch: 'api/collections.html#Mongo-Cursor-fetch'
/#/full/count: 'api/collections.html#Mongo-Cursor-count'
/#/full/observe: 'api/collections.html#Mongo-Cursor-observe'
/#/full/observe_changes: 'api/collections.html#Mongo-Cursor-observeChanges'
/#/full/mongo_object_id: 'api/collections.html#Mongo-ObjectID'
/#/full/selectors: 'api/collections.html#selectors'
/#/full/modifiers: 'api/collections.html#modifiers'
/#/full/sort specifiers: 'api/collections.html#sort specifiers'
/#/full/field specifiers: 'api/collections.html#field specifiers'
/#/full/session_set: 'api/session.html#Session-set'
/#/full/session_set_default: 'api/session.html#Session-setDefault'
/#/full/session_get: 'api/session.html#Session-get'
/#/full/session_equals: 'api/session.html#Session-equals'
/#/full/meteor_user: 'api/accounts.html#Meteor-user'
/#/full/meteor_userid: 'api/accounts.html#Meteor-userId'
/#/full/meteor_users: 'api/accounts.html#Meteor-users'
/#/full/meteor_loggingin: 'api/accounts.html#Meteor-loggingIn'
/#/full/meteor_logout: 'api/accounts.html#Meteor-logout'
/#/full/meteor_logoutotherclients: 'api/accounts.html#Meteor-logoutOtherClients'
/#/full/meteor_loginwithpassword: 'api/accounts.html#Meteor-loginWithPassword'
/#/full/meteor_loginwithexternalservice: 'api/accounts.html#Meteor-loginWith<ExternalService>'
/#/full/template_currentuser: 'api/accounts.html#currentUser'
/#/full/template_loggingin: 'api/accounts.html#loggingIn'
/#/full/accounts_ui_config: 'api/accounts.html#Accounts-ui-config'
/#/full/accountsclient: 'api/accounts-multi.html#AccountsClient'
/#/full/accountsserver: 'api/accounts-multi.html#AccountsServer'
/#/full/accounts_userid: 'api/accounts-multi.html#AccountsCommon-userId'
/#/full/accounts_user: 'api/accounts-multi.html#AccountsCommon-user'
/#/full/accounts_config: 'api/accounts-multi.html#AccountsCommon-config'
/#/full/accounts_onlogin: 'api/accounts-multi.html#AccountsCommon-onLogin'
/#/full/accounts_onloginfailure: 'api/accounts-multi.html#AccountsCommon-onLoginFailure'
/#/full/accounts_loggingin: 'api/accounts-multi.html#AccountsClient-loggingIn'
/#/full/accounts_logout: 'api/accounts-multi.html#AccountsClient-logout'
/#/full/accounts_logoutotherclients: 'api/accounts-multi.html#AccountsClient-logoutOtherClients'
/#/full/accounts_oncreateuser: 'api/accounts-multi.html#AccountsServer-onCreateUser'
/#/full/accounts_validateloginattempt: 'api/accounts-multi.html#AccountsServer-validateLoginAttempt'
/#/full/accounts_validatenewuser: 'api/accounts-multi.html#AccountsServer-validateNewUser'
/#/full/accounts_createuser: 'api/passwords.html#Accounts-createUser'
/#/full/accounts-setusername: 'api/passwords.html#accounts-setusername'
/#/full/accounts-addemail: 'api/passwords.html#accounts-addemail'
/#/full/accounts-removeemail: 'api/passwords.html#accounts-removeemail'
/#/full/accounts_verifyemail: 'api/passwords.html#Accounts-verifyEmail'
/#/full/accounts-finduserbyusername: 'api/passwords.html#accounts-finduserbyusername'
/#/full/accounts-finduserbyemail: 'api/passwords.html#accounts-finduserbyemail'
/#/full/accounts_changepassword: 'api/passwords.html#Accounts-changePassword'
/#/full/accounts_forgotpassword: 'api/passwords.html#Accounts-forgotPassword'
/#/full/accounts_resetpassword: 'api/passwords.html#Accounts-resetPassword'
/#/full/accounts_setpassword: 'api/passwords.html#Accounts-setPassword'
/#/full/accounts_sendresetpasswordemail: 'api/passwords.html#Accounts-sendResetPasswordEmail'
/#/full/accounts_sendenrollmentemail: 'api/passwords.html#Accounts-sendEnrollmentEmail'
/#/full/accounts_sendverificationemail: 'api/passwords.html#Accounts-sendVerificationEmail'
/#/full/accounts-onresetpasswordlink: 'api/passwords.html#accounts-onresetpasswordlink'
/#/full/accounts-onenrollmentlink: 'api/passwords.html#accounts-onenrollmentlink'
/#/full/accounts-onemailverificationlink: 'api/passwords.html#accounts-onemailverificationlink'
/#/full/accounts_emailtemplates: 'api/passwords.html#Accounts-emailTemplates'
/#/full/templates_api: 'api/templates.html#templates_api'
/#/full/template_events: 'api/templates.html#Template-events'
/#/full/template_helpers: 'api/templates.html#Template-helpers'
/#/full/template_onrendered: 'api/templates.html#template_onrendered'
/#/full/template_oncreated: 'api/templates.html#template_oncreated'
/#/full/template_ondestroyed: 'api/templates.html#template_ondestroyed'
/#/full/template_inst: 'api/templates.html#template_inst'
/#/full/template_findall: 'api/templates.html#template_findall'
/#/full/template_$: 'api/templates.html#Blaze-TemplateInstance-$'
/#/full/template_find: 'api/templates.html#Blaze-TemplateInstance-find'
/#/full/template_firstnode: 'api/templates.html#template_firstnode'
/#/full/template_lastnode: 'api/templates.html#template_lastnode'
/#/full/template_data: 'api/templates.html#Blaze-TemplateInstance-data'
/#/full/template_autorun: 'api/templates.html#Blaze-TemplateInstance-autorun'
/#/full/blaze-templateinstance-subscribe: 'api/templates.html#blaze-templateinstance-subscribe'
/#/full/template_view: 'api/templates.html#Blaze-TemplateInstance-view'
/#/full/template_registerhelper: 'api/templates.html#Template-registerHelper'
/#/full/template_instance: 'api/templates.html#Template-instance'
/#/full/template_currentdata: 'api/templates.html#Template-currentData'
/#/full/template_parentdata: 'api/templates.html#Template-parentData'
/#/full/template_body: 'api/templates.html#Template-body'
/#/full/template_dynamic: 'api/templates.html#Template-dynamic'
/#/full/event maps: 'api/templates.html#event maps'
/#/full/spacebars: 'api/templates.html#spacebars'
/#/full/blaze_render: 'api/blaze.html#Blaze-render'
/#/full/blaze_renderwithdata: 'api/blaze.html#Blaze-renderWithData'
/#/full/blaze_remove: 'api/blaze.html#Blaze-remove'
/#/full/blaze_getdata: 'api/blaze.html#Blaze-getData'
/#/full/blaze_tohtml: 'api/blaze.html#Blaze-toHTML'
/#/full/blaze_tohtmlwithdata: 'api/blaze.html#Blaze-toHTMLWithData'
/#/full/blaze_view: 'api/blaze.html#Blaze-View'
/#/full/blaze_currentview: 'api/blaze.html#Blaze-currentView'
/#/full/blaze_getview: 'api/blaze.html#Blaze-getView'
/#/full/blaze_with: 'api/blaze.html#Blaze-With'
/#/full/blaze_if: 'api/blaze.html#Blaze-If'
/#/full/blaze_unless: 'api/blaze.html#Blaze-Unless'
/#/full/blaze_each: 'api/blaze.html#Blaze-Each'
/#/full/blaze_template: 'api/blaze.html#Blaze-Template'
/#/full/blaze_istemplate: 'api/blaze.html#Blaze-isTemplate'
/#/full/renderable_content: 'api/blaze.html#renderable_content'
/#/full/meteor_settimeout: 'api/timers.html#Meteor-setTimeout'
/#/full/meteor_setinterval: 'api/timers.html#Meteor-setInterval'
/#/full/meteor_cleartimeout: 'api/timers.html#Meteor-clearTimeout'
/#/full/meteor_clearinterval: 'api/timers.html#Meteor-clearInterval'
/#/full/tracker_autorun: 'api/tracker.html#Tracker-autorun'
/#/full/tracker_flush: 'api/tracker.html#Tracker-flush'
/#/full/tracker_nonreactive: 'api/tracker.html#Tracker-nonreactive'
/#/full/tracker_active: 'api/tracker.html#Tracker-active'
/#/full/tracker_currentcomputation: 'api/tracker.html#Tracker-currentComputation'
/#/full/tracker_oninvalidate: 'api/tracker.html#Tracker-onInvalidate'
/#/full/tracker_afterflush: 'api/tracker.html#Tracker-afterFlush'
/#/full/tracker.computation: 'api/tracker.html#tracker-computation'
/#/full/computation_stop: 'api/tracker.html#Tracker-Computation-stop'
/#/full/computation_invalidate: 'api/tracker.html#Tracker-Computation-invalidate'
/#/full/computation_oninvalidate: 'api/tracker.html#Tracker-Computation-onInvalidate'
/#/full/computation_onstop: 'api/tracker.html#Tracker-Computation-onStop'
/#/full/computation_stopped: 'api/tracker.html#Tracker-Computation-stopped'
/#/full/computation_invalidated: 'api/tracker.html#Tracker-Computation-invalidated'
/#/full/computation_firstrun: 'api/tracker.html#Tracker-Computation-firstRun'
/#/full/tracker.dependency: 'api/tracker.html#tracker-dependency'
/#/full/dependency_changed: 'api/tracker.html#Tracker-Dependency-changed'
/#/full/dependency_depend: 'api/tracker.html#Tracker-Dependency-depend'
/#/full/dependency_hasdependents: 'api/tracker.html#Tracker-Dependency-hasDependents'
/#/full/reactivevar: 'api/reactivevar.html#ReactiveVar'
/#/full/reactivevar_get: 'api/reactivevar.html#ReactiveVar-get'
/#/full/reactivevar_set: 'api/reactivevar.html#ReactiveVar-set'
/#/full/ejson_parse: 'api/ejson.html#EJSON-parse'
/#/full/ejson_stringify: 'api/ejson.html#EJSON-stringify'
/#/full/ejson_from_json_value: 'api/ejson.html#EJSON-fromJSONValue'
/#/full/ejson_to_json_value: 'api/ejson.html#EJSON-toJSONValue'
/#/full/ejson_equals: 'api/ejson.html#EJSON-equals'
/#/full/ejson_clone: 'api/ejson.html#EJSON-clone'
/#/full/ejson_new_binary: 'api/ejson.html#EJSON-newBinary'
/#/full/ejson_is_binary: 'api/ejson.html#EJSON-isBinary'
/#/full/ejson_add_type: 'api/ejson.html#EJSON-addType'
/#/full/ejson_type_typename: 'api/ejson.html#ejson_type_typename'
/#/full/ejson_type_tojsonvalue: 'api/ejson.html#ejson_type_tojsonvalue'
/#/full/ejson_type_clone: 'api/ejson.html#EJSON-CustomType-clone'
/#/full/ejson_type_equals: 'api/ejson.html#EJSON-CustomType-equals'
/#/full/http_call: 'api/http.html#HTTP-call'
/#/full/http_get: 'api/http.html#HTTP-get'
/#/full/http_post: 'api/http.html#HTTP-post'
/#/full/http_put: 'api/http.html#HTTP-put'
/#/full/http_del: 'api/http.html#HTTP-del'
/#/full/email_send: 'api/email.html#Email-send'
/#/full/assets_gettext: 'api/assets.html#assets_gettext'
/#/full/assets_getbinary: 'api/assets.html#assets_getbinary'
/#/full/packagedescription: 'api/packagejs.html#packagedescription'
/#/full/packagedefinition: 'api/packagejs.html#packagedefinition'
/#/full/pack_versions: 'api/packagejs.html#PackageAPI-versionsFrom'
/#/full/pack_use: 'api/packagejs.html#PackageAPI-use'
/#/full/pack_api_imply: 'api/packagejs.html#PackageAPI-imply'
/#/full/pack_export: 'api/packagejs.html#PackageAPI-export'
/#/full/pack_addfiles: 'api/packagejs.html#pack_addfiles'
/#/full/packageapi-addassets: 'api/packagejs.html#packageapi-addassets'
/#/full/packagetests: 'api/packagejs.html#packagetests'
/#/full/npm-depends: 'api/packagejs.html#npm-depends'
/#/full/npm-require: 'api/packagejs.html#npm-require'
/#/full/cordova-depends: 'api/packagejs.html#cordova-depends'
/#/full/package-registerbuildplugin: 'api/packagejs.html#package-registerbuildplugin'
/#/full/plugin-registersourcehandler: 'api/packagejs.html#plugin-registersourcehandler'
/#/full/app-info: 'api/mobile-config.html#app-info'
/#/full/app-setpreference: 'api/mobile-config.html#app-setpreference'
/#/full/app-accessrule: 'api/mobile-config.html#app-accessrule'
/#/full/app-configureplugin: 'api/mobile-config.html#app-configureplugin'
/#/full/app-icons: 'api/mobile-config.html#app-icons'
/#/full/app-launchscreens: 'api/mobile-config.html#app-launchscreens'
/#/full/meteorhelp: 'commandline.html#meteorhelp'
/#/full/meteorrun: 'commandline.html#meteorrun'
/#/full/meteordebug: 'commandline.html#meteordebug'
/#/full/meteorcreate: 'commandline.html#meteorcreate'
/#/full/meteorloginlogout: 'commandline.html#meteorloginlogout'
/#/full/meteordeploy: 'commandline.html#meteordeploy'
/#/full/meteorupdate: 'commandline.html#meteorupdate'
/#/full/meteoradd: 'commandline.html#meteoradd'
/#/full/meteorremove: 'commandline.html#meteorremove'
/#/full/meteorlist: 'commandline.html#meteorlist'
/#/full/meteormongo: 'commandline.html#meteormongo'
/#/full/meteorreset: 'commandline.html#meteorreset'
/#/full/meteorbuild: 'commandline.html#meteorbuild'
/#/full/meteorlint: 'commandline.html#meteorlint'
/#/full/meteorsearch: 'commandline.html#meteorsearch'
/#/full/meteorshow: 'commandline.html#meteorshow'
/#/full/meteorpublish: 'commandline.html#meteorpublish'
/#/full/meteorpublishforarch: 'commandline.html#undefined'
/#/full/meteorpublishrelease: 'commandline.html#meteorpublishrelease'
/#/full/meteortestpackages: 'commandline.html#meteortestpackages'
/#/full/meteoradmin: 'commandline.html#meteoradmin'
/#/full/meteorshell: 'commandline.html#meteorshell'
/#/full/core: 'api/core.html'
/#/full/pubsub: 'api/pubsub.html'
/#/full/methods: 'api/methods.html'
/#/full/methods_header: 'api/methods.html'
/#/full/check_package: 'api/check.html'
/#/full/connections: 'api/connections.html'
/#/full/collections: 'api/collections.html'
/#/full/session: 'api/session.html'
/#/full/accounts: 'api/accounts.html'
/#/full/accounts_api: 'api/accounts.html'
/#/full/accounts-multi: 'api/accounts-multi.html'
/#/full/advanced_accounts_api: 'api/accounts-multi.html'
/#/full/passwords: 'api/passwords.html'
/#/full/accounts_passwords: 'api/passwords.html'
/#/full/templates: 'api/templates.html'
/#/full/blaze: 'api/blaze.html'
/#/full/timers: 'api/timers.html'
/#/full/tracker: 'api/tracker.html'
/#/full/reactivevar_pkg: 'api/reactivevar.html'
/#/full/ejson: 'api/ejson.html'
/#/full/http: 'api/http.html'
/#/full/email: 'api/email.html'
/#/full/assets: 'api/assets.html'
/#/full/packagejs: 'api/packagejs.html'
/#/full/mobile-config: 'api/mobile-config.html'
/#/full/appcache: 'packages/appcache.html'
/#/full/accounts-ui: 'packages/accounts-ui.html'
/#/full/audit-argument-checks: 'packages/audit-argument-checks.html'
/#/full/coffeescript: 'packages/coffeescript.html'
/#/full/ecmascript: 'packages/ecmascript.html'
/#/full/less: 'packages/less.html'
/#/full/markdown: 'packages/markdown.html'
/#/full/modules: 'packages/modules.html'
/#/full/oauth-encryption: 'packages/oauth-encryption.html'
/#/full/random: 'packages/random.html'
/#/full/spiderable: 'packages/spiderable.html'
/#/full/underscore: 'packages/underscore.html'
/#/full/webapp: 'packages/webapp.html'
'#meteor_isclient': 'api/core.html#Meteor-isClient'
'#meteor_isserver': 'api/core.html#Meteor-isServer'
'#meteor_iscordova': 'api/core.html#Meteor-isCordova'
'#meteor-isdevelopment': 'api/core.html#meteor-isdevelopment'
'#meteor-isproduction': 'api/core.html#meteor-isproduction'
'#meteor_startup': 'api/core.html#Meteor-startup'
'#meteor_wrapasync': 'api/core.html#Meteor-wrapAsync'
'#meteor.defer': 'api/core.html#meteor-defer'
'#meteor_absoluteurl': 'api/core.html#Meteor-absoluteUrl'
'#meteor_settings': 'api/core.html#Meteor-settings'
'#meteor_release': 'api/core.html#Meteor-release'
'#meteor_publish': 'api/pubsub.html#Meteor-publish'
'#publish_userid': 'api/pubsub.html#publish_userid'
'#publish_added': 'api/pubsub.html#Subscription-added'
'#publish_changed': 'api/pubsub.html#Subscription-changed'
'#publish_removed': 'api/pubsub.html#Subscription-removed'
'#publish_ready': 'api/pubsub.html#Subscription-ready'
'#publish_onstop': 'api/pubsub.html#Subscription-onStop'
'#publish_error': 'api/pubsub.html#Subscription-error'
'#publish_stop': 'api/pubsub.html#Subscription-stop'
'#publish_connection': 'api/pubsub.html#Subscription-connection'
'#meteor_subscribe': 'api/pubsub.html#Meteor-subscribe'
'#ddpratelimiter': 'api/methods.html#ddpratelimiter'
'#meteor_methods': 'api/methods.html#Meteor-methods'
'#method_userid': 'api/methods.html#method_userid'
'#method_setuserid': 'api/methods.html#method_setuserid'
'#method_issimulation': 'api/methods.html#DDPCommon-MethodInvocation-isSimulation'
'#method_unblock': 'api/methods.html#DDPCommon-MethodInvocation-unblock'
'#method_connection': 'api/methods.html#DDPCommon-MethodInvocation-connection'
'#meteor_error': 'api/methods.html#Meteor-Error'
'#meteor_call': 'api/methods.html#Meteor-call'
'#meteor_apply': 'api/methods.html#Meteor-apply'
'#check': 'api/check.html#check'
'#match_test': 'api/check.html#Match-test'
'#match patterns': 'api/check.html#match patterns'
'#meteor_status': 'api/connections.html#Meteor-status'
'#meteor_reconnect': 'api/connections.html#Meteor-reconnect'
'#meteor_disconnect': 'api/connections.html#Meteor-disconnect'
'#meteor_onconnection': 'api/connections.html#Meteor-onConnection'
'#ddp_connect': 'api/connections.html#DDP-connect'
'#mongo_collection': 'api/collections.html#Mongo-Collection'
'#find': 'api/collections.html#Mongo-Collection-find'
'#findone': 'api/collections.html#Mongo-Collection-findOne'
'#insert': 'api/collections.html#Mongo-Collection-insert'
'#update': 'api/collections.html#Mongo-Collection-update'
'#upsert': 'api/collections.html#Mongo-Collection-upsert'
'#remove': 'api/collections.html#Mongo-Collection-remove'
'#allow': 'api/collections.html#Mongo-Collection-allow'
'#deny': 'api/collections.html#Mongo-Collection-deny'
'#mongo-collection-rawcollection': 'api/collections.html#mongo-collection-rawcollection'
'#mongo-collection-rawdatabase': 'api/collections.html#mongo-collection-rawdatabase'
'#mongo.cursor': 'api/collections.html#mongo-cursor'
'#foreach': 'api/collections.html#Mongo-Cursor-forEach'
'#map': 'api/collections.html#Mongo-Cursor-map'
'#fetch': 'api/collections.html#Mongo-Cursor-fetch'
'#count': 'api/collections.html#Mongo-Cursor-count'
'#observe': 'api/collections.html#Mongo-Cursor-observe'
'#observe_changes': 'api/collections.html#Mongo-Cursor-observeChanges'
'#mongo_object_id': 'api/collections.html#Mongo-ObjectID'
'#selectors': 'api/collections.html#selectors'
'#modifiers': 'api/collections.html#modifiers'
'#sort specifiers': 'api/collections.html#sort specifiers'
'#field specifiers': 'api/collections.html#field specifiers'
'#session_set': 'api/session.html#Session-set'
'#session_set_default': 'api/session.html#Session-setDefault'
'#session_get': 'api/session.html#Session-get'
'#session_equals': 'api/session.html#Session-equals'
'#meteor_user': 'api/accounts.html#Meteor-user'
'#meteor_userid': 'api/accounts.html#Meteor-userId'
'#meteor_users': 'api/accounts.html#Meteor-users'
'#meteor_loggingin': 'api/accounts.html#Meteor-loggingIn'
'#meteor_logout': 'api/accounts.html#Meteor-logout'
'#meteor_logoutotherclients': 'api/accounts.html#Meteor-logoutOtherClients'
'#meteor_loginwithpassword': 'api/accounts.html#Meteor-loginWithPassword'
'#meteor_loginwithexternalservice': 'api/accounts.html#Meteor-loginWith<ExternalService>'
'#template_currentuser': 'api/accounts.html#currentUser'
'#template_loggingin': 'api/accounts.html#loggingIn'
'#accounts_ui_config': 'api/accounts.html#Accounts-ui-config'
'#accountsclient': 'api/accounts-multi.html#AccountsClient'
'#accountsserver': 'api/accounts-multi.html#AccountsServer'
'#accounts_userid': 'api/accounts-multi.html#AccountsCommon-userId'
'#accounts_user': 'api/accounts-multi.html#AccountsCommon-user'
'#accounts_config': 'api/accounts-multi.html#AccountsCommon-config'
'#accounts_onlogin': 'api/accounts-multi.html#AccountsCommon-onLogin'
'#accounts_onloginfailure': 'api/accounts-multi.html#AccountsCommon-onLoginFailure'
'#accounts_loggingin': 'api/accounts-multi.html#AccountsClient-loggingIn'
'#accounts_logout': 'api/accounts-multi.html#AccountsClient-logout'
'#accounts_logoutotherclients': 'api/accounts-multi.html#AccountsClient-logoutOtherClients'
'#accounts_oncreateuser': 'api/accounts-multi.html#AccountsServer-onCreateUser'
'#accounts_validateloginattempt': 'api/accounts-multi.html#AccountsServer-validateLoginAttempt'
'#accounts_validatenewuser': 'api/accounts-multi.html#AccountsServer-validateNewUser'
'#accounts_createuser': 'api/passwords.html#Accounts-createUser'
'#accounts-setusername': 'api/passwords.html#accounts-setusername'
'#accounts-addemail': 'api/passwords.html#accounts-addemail'
'#accounts-removeemail': 'api/passwords.html#accounts-removeemail'
'#accounts_verifyemail': 'api/passwords.html#Accounts-verifyEmail'
'#accounts-finduserbyusername': 'api/passwords.html#accounts-finduserbyusername'
'#accounts-finduserbyemail': 'api/passwords.html#accounts-finduserbyemail'
'#accounts_changepassword': 'api/passwords.html#Accounts-changePassword'
'#accounts_forgotpassword': 'api/passwords.html#Accounts-forgotPassword'
'#accounts_resetpassword': 'api/passwords.html#Accounts-resetPassword'
'#accounts_setpassword': 'api/passwords.html#Accounts-setPassword'
'#accounts_sendresetpasswordemail': 'api/passwords.html#Accounts-sendResetPasswordEmail'
'#accounts_sendenrollmentemail': 'api/passwords.html#Accounts-sendEnrollmentEmail'
'#accounts_sendverificationemail': 'api/passwords.html#Accounts-sendVerificationEmail'
'#accounts-onresetpasswordlink': 'api/passwords.html#accounts-onresetpasswordlink'
'#accounts-onenrollmentlink': 'api/passwords.html#accounts-onenrollmentlink'
'#accounts-onemailverificationlink': 'api/passwords.html#accounts-onemailverificationlink'
'#accounts_emailtemplates': 'api/passwords.html#Accounts-emailTemplates'
'#templates_api': 'api/templates.html#templates_api'
'#template_events': 'api/templates.html#Template-events'
'#template_helpers': 'api/templates.html#Template-helpers'
'#template_onrendered': 'api/templates.html#template_onrendered'
'#template_oncreated': 'api/templates.html#template_oncreated'
'#template_ondestroyed': 'api/templates.html#template_ondestroyed'
'#template_inst': 'api/templates.html#template_inst'
'#template_findall': 'api/templates.html#template_findall'
'#template_$': 'api/templates.html#Blaze-TemplateInstance-$'
'#template_find': 'api/templates.html#Blaze-TemplateInstance-find'
'#template_firstnode': 'api/templates.html#template_firstnode'
'#template_lastnode': 'api/templates.html#template_lastnode'
'#template_data': 'api/templates.html#Blaze-TemplateInstance-data'
'#template_autorun': 'api/templates.html#Blaze-TemplateInstance-autorun'
'#blaze-templateinstance-subscribe': 'api/templates.html#blaze-templateinstance-subscribe'
'#template_view': 'api/templates.html#Blaze-TemplateInstance-view'
'#template_registerhelper': 'api/templates.html#Template-registerHelper'
'#template_instance': 'api/templates.html#Template-instance'
'#template_currentdata': 'api/templates.html#Template-currentData'
'#template_parentdata': 'api/templates.html#Template-parentData'
'#template_body': 'api/templates.html#Template-body'
'#template_dynamic': 'api/templates.html#Template-dynamic'
'#event maps': 'api/templates.html#event maps'
'#spacebars': 'api/templates.html#spacebars'
'#blaze_render': 'api/blaze.html#Blaze-render'
'#blaze_renderwithdata': 'api/blaze.html#Blaze-renderWithData'
'#blaze_remove': 'api/blaze.html#Blaze-remove'
'#blaze_getdata': 'api/blaze.html#Blaze-getData'
'#blaze_tohtml': 'api/blaze.html#Blaze-toHTML'
'#blaze_tohtmlwithdata': 'api/blaze.html#Blaze-toHTMLWithData'
'#blaze_view': 'api/blaze.html#Blaze-View'
'#blaze_currentview': 'api/blaze.html#Blaze-currentView'
'#blaze_getview': 'api/blaze.html#Blaze-getView'
'#blaze_with': 'api/blaze.html#Blaze-With'
'#blaze_if': 'api/blaze.html#Blaze-If'
'#blaze_unless': 'api/blaze.html#Blaze-Unless'
'#blaze_each': 'api/blaze.html#Blaze-Each'
'#blaze_template': 'api/blaze.html#Blaze-Template'
'#blaze_istemplate': 'api/blaze.html#Blaze-isTemplate'
'#renderable_content': 'api/blaze.html#renderable_content'
'#meteor_settimeout': 'api/timers.html#Meteor-setTimeout'
'#meteor_setinterval': 'api/timers.html#Meteor-setInterval'
'#meteor_cleartimeout': 'api/timers.html#Meteor-clearTimeout'
'#meteor_clearinterval': 'api/timers.html#Meteor-clearInterval'
'#tracker_autorun': 'api/tracker.html#Tracker-autorun'
'#tracker_flush': 'api/tracker.html#Tracker-flush'
'#tracker_nonreactive': 'api/tracker.html#Tracker-nonreactive'
'#tracker_active': 'api/tracker.html#Tracker-active'
'#tracker_currentcomputation': 'api/tracker.html#Tracker-currentComputation'
'#tracker_oninvalidate': 'api/tracker.html#Tracker-onInvalidate'
'#tracker_afterflush': 'api/tracker.html#Tracker-afterFlush'
'#tracker.computation': 'api/tracker.html#tracker-computation'
'#computation_stop': 'api/tracker.html#Tracker-Computation-stop'
'#computation_invalidate': 'api/tracker.html#Tracker-Computation-invalidate'
'#computation_oninvalidate': 'api/tracker.html#Tracker-Computation-onInvalidate'
'#computation_onstop': 'api/tracker.html#Tracker-Computation-onStop'
'#computation_stopped': 'api/tracker.html#Tracker-Computation-stopped'
'#computation_invalidated': 'api/tracker.html#Tracker-Computation-invalidated'
'#computation_firstrun': 'api/tracker.html#Tracker-Computation-firstRun'
'#tracker.dependency': 'api/tracker.html#tracker-dependency'
'#dependency_changed': 'api/tracker.html#Tracker-Dependency-changed'
'#dependency_depend': 'api/tracker.html#Tracker-Dependency-depend'
'#dependency_hasdependents': 'api/tracker.html#Tracker-Dependency-hasDependents'
'#reactivevar': 'api/reactivevar.html#ReactiveVar'
'#reactivevar_get': 'api/reactivevar.html#ReactiveVar-get'
'#reactivevar_set': 'api/reactivevar.html#ReactiveVar-set'
'#ejson_parse': 'api/ejson.html#EJSON-parse'
'#ejson_stringify': 'api/ejson.html#EJSON-stringify'
'#ejson_from_json_value': 'api/ejson.html#EJSON-fromJSONValue'
'#ejson_to_json_value': 'api/ejson.html#EJSON-toJSONValue'
'#ejson_equals': 'api/ejson.html#EJSON-equals'
'#ejson_clone': 'api/ejson.html#EJSON-clone'
'#ejson_new_binary': 'api/ejson.html#EJSON-newBinary'
'#ejson_is_binary': 'api/ejson.html#EJSON-isBinary'
'#ejson_add_type': 'api/ejson.html#EJSON-addType'
'#ejson_type_typename': 'api/ejson.html#ejson_type_typename'
'#ejson_type_tojsonvalue': 'api/ejson.html#ejson_type_tojsonvalue'
'#ejson_type_clone': 'api/ejson.html#EJSON-CustomType-clone'
'#ejson_type_equals': 'api/ejson.html#EJSON-CustomType-equals'
'#http_call': 'api/http.html#HTTP-call'
'#http_get': 'api/http.html#HTTP-get'
'#http_post': 'api/http.html#HTTP-post'
'#http_put': 'api/http.html#HTTP-put'
'#http_del': 'api/http.html#HTTP-del'
'#email_send': 'api/email.html#Email-send'
'#assets_gettext': 'api/assets.html#assets_gettext'
'#assets_getbinary': 'api/assets.html#assets_getbinary'
'#packagedescription': 'api/packagejs.html#packagedescription'
'#packagedefinition': 'api/packagejs.html#packagedefinition'
'#pack_versions': 'api/packagejs.html#PackageAPI-versionsFrom'
'#pack_use': 'api/packagejs.html#PackageAPI-use'
'#pack_api_imply': 'api/packagejs.html#PackageAPI-imply'
'#pack_export': 'api/packagejs.html#PackageAPI-export'
'#pack_addfiles': 'api/packagejs.html#pack_addfiles'
'#packageapi-addassets': 'api/packagejs.html#packageapi-addassets'
'#packagetests': 'api/packagejs.html#packagetests'
'#npm-depends': 'api/packagejs.html#npm-depends'
'#npm-require': 'api/packagejs.html#npm-require'
'#cordova-depends': 'api/packagejs.html#cordova-depends'
'#package-registerbuildplugin': 'api/packagejs.html#package-registerbuildplugin'
'#plugin-registersourcehandler': 'api/packagejs.html#plugin-registersourcehandler'
'#app-info': 'api/mobile-config.html#app-info'
'#app-setpreference': 'api/mobile-config.html#app-setpreference'
'#app-accessrule': 'api/mobile-config.html#app-accessrule'
'#app-configureplugin': 'api/mobile-config.html#app-configureplugin'
'#app-icons': 'api/mobile-config.html#app-icons'
'#app-launchscreens': 'api/mobile-config.html#app-launchscreens'
'#meteorhelp': 'commandline.html#meteorhelp'
'#meteorrun': 'commandline.html#meteorrun'
'#meteordebug': 'commandline.html#meteordebug'
'#meteorcreate': 'commandline.html#meteorcreate'
'#meteorloginlogout': 'commandline.html#meteorloginlogout'
'#meteordeploy': 'commandline.html#meteordeploy'
'#meteorupdate': 'commandline.html#meteorupdate'
'#meteoradd': 'commandline.html#meteoradd'
'#meteorremove': 'commandline.html#meteorremove'
'#meteorlist': 'commandline.html#meteorlist'
'#meteormongo': 'commandline.html#meteormongo'
'#meteorreset': 'commandline.html#meteorreset'
'#meteorbuild': 'commandline.html#meteorbuild'
'#meteorlint': 'commandline.html#meteorlint'
'#meteorsearch': 'commandline.html#meteorsearch'
'#meteorshow': 'commandline.html#meteorshow'
'#meteorpublish': 'commandline.html#meteorpublish'
'#meteorpublishforarch': 'commandline.html#undefined'
'#meteorpublishrelease': 'commandline.html#meteorpublishrelease'
'#meteortestpackages': 'commandline.html#meteortestpackages'
'#meteoradmin': 'commandline.html#meteoradmin'
'#meteorshell': 'commandline.html#meteorshell'
'#core': 'api/core.html'
'#pubsub': 'api/pubsub.html'
'#methods': 'api/methods.html'
'#methods_header': 'api/methods.html'
'#check_package': 'api/check.html'
'#connections': 'api/connections.html'
'#collections': 'api/collections.html'
'#session': 'api/session.html'
'#accounts': 'api/accounts.html'
'#accounts_api': 'api/accounts.html'
'#accounts-multi': 'api/accounts-multi.html'
'#advanced_accounts_api': 'api/accounts-multi.html'
'#passwords': 'api/passwords.html'
'#accounts_passwords': 'api/passwords.html'
'#templates': 'api/templates.html'
'#blaze': 'api/blaze.html'
'#timers': 'api/timers.html'
'#tracker': 'api/tracker.html'
'#reactivevar_pkg': 'api/reactivevar.html'
'#ejson': 'api/ejson.html'
'#http': 'api/http.html'
'#email': 'api/email.html'
'#assets': 'api/assets.html'
'#packagejs': 'api/packagejs.html'
'#mobile-config': 'api/mobile-config.html'
'#appcache': 'packages/appcache.html'
'#accounts-ui': 'packages/accounts-ui.html'
'#audit-argument-checks': 'packages/audit-argument-checks.html'
'#coffeescript': 'packages/coffeescript.html'
'#ecmascript': 'packages/ecmascript.html'
'#less': 'packages/less.html'
'#markdown': 'packages/markdown.html'
'#modules': 'packages/modules.html'
'#oauth-encryption': 'packages/oauth-encryption.html'
'#random': 'packages/random.html'
'#spiderable': 'packages/spiderable.html'
'#underscore': 'packages/underscore.html'
'#webapp': 'packages/webapp.html'
'#pkg_spacebars': 'packages/spacebars.html'