Searched refs:__app (Results 1 – 5 of 5) sorted by relevance
/third_party/jsframework/runtime/main/model/ |
D | index.ts | 91 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/ |
D | gst.in | 45 __app=$1 46 if [[ -z $__app ]] 48 __app=gst-launch-1.0 53 _gst_all_arguments $__app
|
/third_party/glib/gio/completion/ |
D | gapplication | 7 __app() { 55 complete -F __app gapplication
|
/third_party/jsframework/test/ut/model/ |
D | index.ts | 90 __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/ |
D | bundle.ts | 120 page.vm = new Vm(componentName, null, { __app: page, __rootVm: true }, null, data, null);
|