mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
113 lines
2.7 KiB
JSON
113 lines
2.7 KiB
JSON
[
|
|
"Accounts",
|
|
"Accounts.changePassword",
|
|
"Accounts.config",
|
|
"Accounts.createUser",
|
|
"Accounts.emailTemplates",
|
|
"Accounts.forgotPassword",
|
|
"Accounts.onCreateUser",
|
|
"Accounts.onLogin",
|
|
"Accounts.onLoginFailure",
|
|
"Accounts.resetPassword",
|
|
"Accounts.sendEnrollmentEmail",
|
|
"Accounts.sendResetPasswordEmail",
|
|
"Accounts.sendVerificationEmail",
|
|
"Accounts.setPassword",
|
|
"Accounts.ui",
|
|
"Accounts.ui.config",
|
|
"Accounts.validateLoginAttempt",
|
|
"Accounts.validateNewUser",
|
|
"Accounts.verifyEmail",
|
|
"DDP.connect",
|
|
"EJSON.addType",
|
|
"EJSON.clone",
|
|
"EJSON.equals",
|
|
"EJSON.fromJSONValue",
|
|
"EJSON.isBinary",
|
|
"EJSON.newBinary",
|
|
"EJSON.parse",
|
|
"EJSON.stringify",
|
|
"EJSON.toJSONValue",
|
|
"HTTP.call",
|
|
"Meteor",
|
|
"Meteor.Error",
|
|
"Meteor.absoluteUrl",
|
|
"Meteor.clearInterval",
|
|
"Meteor.clearTimeout",
|
|
"Meteor.disconnect",
|
|
"Meteor.isClient",
|
|
"Meteor.isServer",
|
|
"Meteor.loggingIn",
|
|
"Meteor.loginWithPassword",
|
|
"Meteor.logout",
|
|
"Meteor.logoutOtherClients",
|
|
"Meteor.methods",
|
|
"Meteor.onConnection",
|
|
"Meteor.publish",
|
|
"Meteor.reconnect",
|
|
"Meteor.release",
|
|
"Meteor.setInterval",
|
|
"Meteor.setTimeout",
|
|
"Meteor.settings",
|
|
"Meteor.startup",
|
|
"Meteor.status",
|
|
"Meteor.user",
|
|
"Meteor.userId",
|
|
"Meteor.users",
|
|
"MethodInvocation",
|
|
"MethodInvocation#connection",
|
|
"MethodInvocation#isSimulation",
|
|
"MethodInvocation#setUserId",
|
|
"MethodInvocation#unblock",
|
|
"MethodInvocation#userId",
|
|
"Mongo",
|
|
"Mongo.Collection",
|
|
"Mongo.Collection#allow",
|
|
"Mongo.Collection#deny",
|
|
"Mongo.Collection#find",
|
|
"Mongo.Collection#findOne",
|
|
"Mongo.Collection#insert",
|
|
"Mongo.Collection#remove",
|
|
"Mongo.Collection#update",
|
|
"Mongo.Collection#upsert",
|
|
"Mongo.Cursor",
|
|
"Mongo.Cursor#count",
|
|
"Mongo.Cursor#fetch",
|
|
"Mongo.Cursor#forEach",
|
|
"Mongo.Cursor#map",
|
|
"Mongo.Cursor#observe",
|
|
"Mongo.Cursor#observeChanges",
|
|
"Mongo.ObjectID",
|
|
"Session.equals",
|
|
"Session.get",
|
|
"Session.set",
|
|
"Session.setDefault",
|
|
"Subscription",
|
|
"Subscription#added",
|
|
"Subscription#changed",
|
|
"Subscription#connection",
|
|
"Subscription#error",
|
|
"Subscription#onStop",
|
|
"Subscription#ready",
|
|
"Subscription#removed",
|
|
"Subscription#stop",
|
|
"Subscription#userId",
|
|
"Tracker.Computation",
|
|
"Tracker.Computation#firstRun",
|
|
"Tracker.Computation#invalidate",
|
|
"Tracker.Computation#invalidated",
|
|
"Tracker.Computation#onInvalidate",
|
|
"Tracker.Computation#stop",
|
|
"Tracker.Computation#stopped",
|
|
"Tracker.Dependency",
|
|
"Tracker.Dependency#changed",
|
|
"Tracker.Dependency#depend",
|
|
"Tracker.Dependency#hasDependents",
|
|
"Tracker.active",
|
|
"Tracker.afterFlush",
|
|
"Tracker.autorun",
|
|
"Tracker.currentComputation",
|
|
"Tracker.flush",
|
|
"Tracker.nonreactive",
|
|
"Tracker.onInvalidate"
|
|
] |