书栈网 · BookStack 本次搜索耗时 0.049 秒,为您找到 162 个相关结果.
  • Check

    452 2020-01-12 《Meteor API Docs 1.8》
    Check check(value, pattern) Arguments Match.test(value, pattern) Arguments Match Patterns Check The check package includes pattern checking functions useful for checking ...
  • Security

    536 2020-01-12 《Meteor Guide 1.8》
    Security Introduction Concept: Attack surface Avoid allow/deny Methods Validate all arguments mdg:validated-method Don’t pass userId from the client One Method per action Ref...
  • Users and Accounts

    596 2020-01-12 《Meteor Guide 1.8》
    Users and Accounts Features in core Meteor userId in DDP accounts-base Fast prototyping with accounts-ui Customizable UI: useraccounts Use any router or UI framework Drop-in U...
  • EJSON

    449 2020-01-12 《Meteor API Docs 1.8》
    EJSON EJSON.parse(str) Arguments EJSON.stringify Arguments EJSON.fromJSONValue(val) Arguments EJSON.toJSONValue(val) Arguments EJSON.equals(a, b, [options]) Arguments Opt...
  • Passwords

    637 2020-01-12 《Meteor API Docs 1.8》
    Passwords Accounts.createUser(options, [callback]) Arguments Options Accounts.setUsername(userId, newUsername) Arguments Accounts.addEmail(userId, newEmail, [verified]) Argum...
  • Email

    424 2020-01-12 《Meteor API Docs 1.8》
    Email Email.send(options) Options Email Documentation of Meteor's email API. The email package allows sending email from a Meteor app. To use it, add thepackage to your p...
  • Collections

    960 2020-01-12 《Meteor API Docs 1.8》
    Collections new Mongo.Collection(name, [options]) Arguments Options Mongo.Collection#find([selector], [options]) Arguments Options Mongo.Collection#findOne([selector], [optio...
  • Publications and Data Loading

    582 2020-01-12 《Meteor Guide 1.8》
    Publications and Data Loading Publications and subscriptions Defining a publication Organizing publications Subscribing to data Stopping Subscriptions Subscribe in UI component...
  • webapp

    502 2020-01-12 《Meteor API Docs 1.8》
    webapp webapp Documentation of Meteor's webapp package. The webapp package is what lets your Meteor app serve content to a webbrowser. It is included in the meteor-base s...
  • Mobile Configuration

    992 2020-01-12 《Meteor API Docs 1.8》
    Mobile Configuration App.info(options) Options App.setPreference(name, value, [platform]) Arguments App.accessRule(pattern, [options]) Arguments Options App.configurePlugin...