SYMBOL INDEX (86 symbols across 6 files) FILE: backend/feathers.js class MyService (line 54) | class MyService { method find (line 57) | async find(params) { method get (line 62) | async get(id, params) {} method create (line 66) | async create(data, params) {} method update (line 71) | async update(id, data, params) {} method patch (line 75) | async patch(id, data, params) {} method remove (line 80) | async remove(id, params) {} method setup (line 87) | setup(app, path) {} method create (line 125) | async create (context) { method error (line 142) | error(context) { class MyAuthenticationService (line 344) | class MyAuthenticationService extends AuthenticationService {} // Custom... class GitHubStrategy (line 415) | class GitHubStrategy extends OAuthStrategy { method getEntityData (line 416) | async getEntityData(profile) { FILE: backend/moleculer.js method logFormatter (line 620) | logFormatter(level, args, bindings) { method hello (line 659) | hello() { method handler (line 677) | handler(ctx) { method "user.created" (line 684) | "user.created"(payload, sender) { method doSomething (line 691) | doSomething() {} method created (line 695) | created() { method started (line 699) | started() { method stopped (line 704) | stopped() { FILE: frontend/ember.js method model (line 141) | model() { method toggleImageSize (line 214) | toggleImageSize() { method init (line 371) | init() { method remove (line 376) | remove(item) { method getCurrentCity (line 570) | getCurrentCity() { method getCurrentCountry (line 573) | getCurrentCountry() { method testMethod (line 606) | testMethod() { FILE: frontend/react.js class Component (line 77) | class Component extends React.Component { method constructor (line 79) | constructor(props) { method setState (line 106) | setState(updater[, callback]) { } method componentWillMount (line 110) | componentWillMount() { } method componentDidMount (line 116) | componentDidMount() { } method componentWillReceiveProps (line 121) | componentWillReceiveProps(nextProps) { } method shouldComponentUpdate (line 128) | shouldComponentUpdate(nextProps, nextState) { } method componentWillUpdate (line 135) | componentWillUpdate(nextProps, nextState) { } method componentDidUpdate (line 140) | componentDidUpdate(prevProps, prevState) { } method componentWillUnmount (line 145) | componentWillUnmount() { } method componentDidCatch (line 150) | componentDidCatch() { } method render (line 157) | render() { FILE: frontend/vue.js method data (line 139) | data () { method plus (line 193) | plus () { method render (line 230) | render (createElement) { method renderError (line 253) | renderError (createElement, err) { method beforeCreate (line 274) | beforeCreate () { method created (line 282) | created () { method beforeMount (line 288) | beforeMount () { method mounted (line 295) | mounted () { method beforeUpdate (line 310) | beforeUpdate () { method updated (line 317) | updated () { method activated (line 330) | activated () { method deactivated (line 335) | deactivated () { method beforeDestroy (line 341) | beforeDestroy () { method destroyed (line 348) | destroyed () { method errorCaptured (line 356) | errorCaptured (error, vm, info) { FILE: languages/php.php class NormalClass (line 195) | class NormalClass extends AbstractClassName implements InterfaceName method publicFunction (line 233) | public function publicFunction(Type $var = null): Type method privateFunction (line 242) | private function privateFunction(Type $var = null): Type method protectedFunction (line 251) | protected function protectedFunction(Type $var = null): Type method staticFunction (line 260) | public static function staticFunction(Type $var = null): Type method __construct (line 272) | public function __construct(Type $var = null) method __destruct (line 281) | public function __destruct() method __set (line 292) | public function __set(string $name , mixed $value) method __get (line 302) | public function __get(string $name) method __isset (line 312) | public function __isset(string $name) method __unset (line 322) | public function __unset(string $name) method __call (line 333) | public function __call(string $name, array $arguments) method __callStatic (line 344) | public static function __callStatic(string $name, array $arguments) method __sleep (line 352) | public function __sleep() method __wakeup (line 360) | public function __wakeup() method __toString (line 368) | public function __toString() method __invoke (line 377) | public function __invoke(Type $var = null) method __set_state (line 386) | public static function __set_state(array $properties) method __debugInfo (line 394) | public function __debugInfo() type InterfaceName (line 403) | interface InterfaceName method FunctionName (line 406) | public function FunctionName(Type $var = null): Type; class AbstractClassName (line 413) | abstract class AbstractClassName method abstractFunction (line 421) | abstract function abstractFunction(Type $var = null): Type; type LoggerAwareTrait (line 430) | trait LoggerAwareTrait method setLogger (line 443) | public function setLogger(LoggerInterface $logger) class ClassWithLogger (line 453) | class ClassWithLogger type StateCode (line 467) | interface StateCode { method stateCode (line 468) | public function stateCode() : int; method stateCode (line 475) | public function stateCode() : int { method stateCode (line 490) | public function stateCode() : int { function notify (line 499) | function notify(State $state) {