| LOW | tools/nanobox_boxfile.yml | 1 | # ***************************************************************************** |
| LOW | tools/git.sh | 141 | # Key to Effective Debugging |
| LOW | tools/git.sh | 161 | |
| LOW | tools/puppeteer.js | 221 | // The events workercreated and workerdestroyed are emitted on the page object to signal the worker lifecycle. |
| LOW | tools/curl.sh | 61 | # WRITE OUT PARAMETERS |
| LOW | tools/curl.sh | 81 | # %{num_connects} # shows the number of new connects made in the recent transfer. |
| LOW | tools/curl.sh | 101 | # host (or proxy) was completed. |
| LOW | frontend/ember.js | 701 | * |
| LOW | frontend/ember.js | 721 | // |
| LOW | frontend/ember.js | 741 | // Ember Meetups |
| LOW | frontend/react.js | 101 | // tells React that this component and its children need to be re-rendered with the updated state. |
| LOW | frontend/react.js | 121 | componentWillReceiveProps(nextProps) { } |
| LOW | frontend/react.js | 141 | |
| LOW | frontend/react.js | 201 | // Render a React element into the DOM in the supplied container and return a reference |
| LOW | frontend/angular.js | 81 | // Binds style property width to the result of expression mySize in pixels. Units are optional. |
| LOW | frontend/angular.js | 101 | // <button (click)="movieplayer.play()"> |
| LOW | frontend/angular.js | 141 | // the current value of conditionExpression. |
| LOW | frontend/angular.js | 341 | { path: '**', component: ... }, |
| LOW | frontend/vue.js | 421 | * https://vuejs.org/v2/api/#Options-Composition |
| LOW | frontend/vue.js | 461 | |
| LOW | frontend/vue.js | 501 | // The instantiation options used for the current Vue instance. |
| LOW | frontend/vue.js | 521 | // be found at vm.$slots.foo). The default property contains any nodes not included in a named slot. |
| LOW | frontend/vue.js | 641 | // <span v-text="msg"></span> |
| LOW | frontend/vue.js | 661 | |
| LOW | frontend/vue.js | 681 | // <!-- Attaches an event listener to the element. The event type is denoted by the argument. --> |
| LOW | frontend/vue.js | 701 | // Prevent default: <button @click.prevent="doThis"></button> |
| LOW | frontend/vue.js | 721 | // Style binding: <div :style="{ fontSize: size + 'px' }"></div> |
| LOW | frontend/vue.js | 741 | // <!-- Skip compilation for this element and all its children. --> |
| LOW | frontend/vue.js | 781 | // <!-- registered under the parent component’s $refs object. If used on a plain DOM element, the --> |
| LOW | backend/django.py | 1 | # ***************************************************************************** |
| LOW | backend/django.py | 21 | |
| LOW | backend/django.py | 41 | # CODING STYLE > DATABASE |
| LOW | backend/django.py | 101 | django-admin startproject <ProjectName> # create a new project directory structure |
| LOW | backend/sails.js | 561 | // Specify a where clause for filtering a query. |
| LOW | backend/sails.js | 621 | // Retrieve the name of the PubSub “room” for a given record. |
| LOW | backend/feathers.js | 61 | // Retrieves a single resource with the given id from the service. |
| LOW | backend/feathers.js | 541 | // This will only run a (fast) counting query against the database and return a page object with |
| LOW | backend/feathers.js | 561 | // │ |