Home
last modified time | relevance | path

Searched refs:__app (Results 1 – 5 of 5) sorted by relevance

/third_party/jsframework/runtime/main/model/
Dindex.ts91 private __app: Page; property in Vm
121 this.__app = parentVm.__app;
124 if (!options && this.__app.customComponentMap) {
125 options = this.__app.customComponentMap[type];
162 …dataAccessControl(this, mergedData['paramsData'], this.__app.options && this.__app.options.appCrea…
165 dataAccessControl(this, mergedData, this.__app.options && this.__app.options.appCreate);
185 if (!this.__app.doc) {
189 this.__mediaStatus.orientation = this.__app.options.orientation;
190 this.__mediaStatus.width = this.__app.options.width;
191 this.__mediaStatus.height = this.__app.options.height;
[all …]
/third_party/gstreamer/gstreamer/data/bash-completion/helpers/
Dgst.in45 __app=$1
46 if [[ -z $__app ]]
48 __app=gst-launch-1.0
53 _gst_all_arguments $__app
/third_party/glib/gio/completion/
Dgapplication7 __app() {
55 complete -F __app gapplication
/third_party/jsframework/test/ut/model/
Dindex.ts90 __app: page,
202 …const vm = new Vm('foo', customComponentMap.foo, { __app: app, __rootVm: true }, null, data, null);
225 …const vm = new Vm('foo', customComponentMap.foo, { __app: app, __rootVm: true }, null, data, null);
/third_party/jsframework/runtime/main/page/entry/
Dbundle.ts120 page.vm = new Vm(componentName, null, { __app: page, __rootVm: true }, null, data, null);