Searched refs:model (Results 1 – 25 of 30) sorted by relevance
12
| /misc/config_tools/configurator/packages/vue-json-schema-form/utils/ |
| A D | vue3Utils.js | 40 model = 'value' 53 [model]: value, 54 [`onUpdate:${model}`]: onUpdateValue,
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/Scenario/ |
| A D | NewScenario.vue | 3 v-model="showModal" 30 <b-form-radio class="mb-3" v-model="scenarioTemplate" value="shared"> 34 <b-form-radio class="mb-3" v-model="scenarioTemplate" value="partitioned"> 38 <b-form-radio class="mb-3" v-model="scenarioTemplate" value="hybrid"> 53 …<b-form-input v-if="scenarioTemplate!=='shared'" type="number" min="0" max="8" v-model="preLaunch"… 55 … <b-form-input v-if="scenarioTemplate!=='partitioned'" disabled type="number" model-value="1"/> 58 …-form-input v-if="scenarioTemplate=='partitioned'" min="0" max="1" type="number" v-model="mainVM"/> 61 …-input v-if="scenarioTemplate!=='partitioned'" type="number" min="0" max="8" v-model="postLaunch"/>
|
| A D | SaveScenario.vue | 3 v-model="showModal"
|
| A D | OverwriteMessage.vue | 4 title="Scenario XML Overwrite" v-model="showModal"
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-form-naive/src/ |
| A D | index.js | 64 setFormRef, labelPosition, model, ...otherAttrs 69 model: model.value, // 不会自动解包
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-form-naive/types/ |
| A D | modelValueComponent.d.ts | 4 model?: String
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-form-naive/src/config/widgets/SelectWidget/ |
| A D | index.js | 25 model: 'value'
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-form-naive/src/config/widgets/RadioWidget/ |
| A D | index.js | 31 model: 'value'
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-form-naive/src/config/widgets/CheckboxesWidget/ |
| A D | index.js | 37 model: 'value'
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/Virtio/ |
| A D | Console.vue | 18 <b-form-select v-model="console.use_type" :options="getUseTypes"/> 34 <b-form-select v-model="console.backend_type" :options="ConsoleBackendType"/> 50 <b-form-input v-model="console.output_file_path"/> 66 <b-form-input v-model="console.tty_device_path"/> 82 <b-form-input v-model="console.sock_file_path"/>
|
| A D | GPU.vue | 20 <b-form-select v-model="virtio_gpu.display_type" :options="GPUDisplayType"/> 55 … <b-form-select v-model="window_display.window_resolutions" :options="WindowResolutionsType"/> 71 <b-form-input v-model="window_display.horizontal_offset"/> 87 <b-form-input v-model="window_display.vertical_offset"/> 124 <b-form-select v-model="fullScreen_display.monitor_id" :options="MonitorIdType"/>
|
| A D | Input.vue | 18 <b-form-select v-model="input.backend_device_file" :options="BackendDeviceFileType"/> 33 …<b-form-input :state="validateId(input.id)" v-model="input.id" placeholder="An arbitrary-long stri…
|
| A D | Network.vue | 18 <b-form-select v-model="network.virtio_framework" :options="NetworkFrameworkType"/> 34 …<b-form-input :state="validateInterfaceName(network.interface_name)" v-model="network.interface_na…
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/ |
| A D | VUART.vue | 20 …<b-form-select :state="validation(VUARTConn.endpoint[0].vm_name)" v-model="VUARTConn.endpoint[0].v… 48 …<b-form-select :state="validation(VUARTConn.endpoint[1].vm_name)" v-model="VUARTConn.endpoint[1].v… 70 <b-form-select :state="validation(VUARTConn.type)" v-model="VUARTConn.type" 107 … <b-form-input v-model="VUARTConn.endpoint[0].io_port" v-if="VUARTConn.type === 'legacy'" 109 …<b-form-input :state="validateVBDF(VUARTConn.endpoint[0].vbdf)" v-model="VUARTConn.endpoint[0].vbd… 119 … <b-form-input v-model="VUARTConn.endpoint[1].io_port" v-if="VUARTConn.type === 'legacy'" 121 …<b-form-input :state="validateVBDF(VUARTConn.endpoint[1].vbdf)" v-model="VUARTConn.endpoint[1].vbd…
|
| A D | IVSHMEM_REGION.vue | 19 …<b-form-input :state="validateIvshrgName(IVSHMEM_VMO.NAME)" v-model="IVSHMEM_VMO.NAME" placeholder… 38 … <b-form-select v-model="IVSHMEM_VMO.PROVIDED_BY" :options="providerType"></b-form-select> 54 … <b-form-select v-model="IVSHMEM_VMO.IVSHMEM_SIZE" :options="IVSHMEMSize"></b-form-select> 70 <b-form-input v-model="IVSHMEM_VMO.IVSHMEM_REGION_ID"/> 100 …<b-form-select :state="validation(IVSHMEM_VM.VM_NAME)" v-model="IVSHMEM_VM.VM_NAME" :options="vmNa… 106 …<b-form-input :state="validateVBDF(IVSHMEM_VM.VBDF)" v-model="IVSHMEM_VM.VBDF" placeholder="00:[de…
|
| A D | CAT.vue | 8 v-model="RDT_ENABLED" :value="'y'" :uncheckedValue="'n'" 20 v-model="CDP_ENABLED" :value="'y'" :uncheckedValue="'n'" 32 v-model="VCAT_ENABLED" :value="'y'" :uncheckedValue="'n'" 108 v-model="POLICY.CLOS_MASK" 117 v-model="POLICY.CLOS_MASK" 126 v-model="POLICY.CLOS_MASK"
|
| A D | cpu_affinity.vue | 17 <b-form-checkbox v-model="pcpu_owned" :value="'y'" :uncheckedValue="'n'" 57 <b-form-select :state="validateCPUAffinity(cpu.pcpu_id)" v-model="cpu.pcpu_id"> 72 …<b-form-checkbox v-model="cpu.real_time_vcpu" :value="'y'" :uncheckedValue="'n'" :disabled="!isRTV…
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ |
| A D | Scenario.vue | 5 … <OverwriteMessage v-model:show-modal="showOverwriteMessage" :usingWorkingFolder="WorkingFolder" 7 <NewScenario v-model:show-modal="showCreateScenario" @newScenario="newScenario"/> 18 <td><select class="d-inline form-select" v-model="currentSelectedScenario">
|
| A D | NewBoard.vue | 3 v-model="showModal"
|
| A D | Board.vue | 10 … <select class="d-inline form-select" v-model="currentSelectedBoard" :disabled="imported"> 26 <NewBoard v-model:show-modal="showBoardOverwrite"/>
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-form-naive/ |
| A D | README.md | 20 v-model="formData"
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/CAT/ |
| A D | HexBlockRangeSelector.vue | 3 <Slider v-model="hexField" :max="max" :tooltips="false" :options="sliderOptions"/>
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Welcome/ |
| A D | UseExisting.vue | 15 <select class="d-inline form-select" v-model="currentSelected">
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/ |
| A D | index.js | 187 model: rootFormData,
|
| /misc/config_tools/board_inspector/cpuparser/ |
| A D | cpuids.py | 45 model = cpuidfield(EAX, 7, 4, doc="Model") variable in LEAF_1 127 return (self.ext_model << 4) + self.model 128 return self.model
|
Completed in 645 milliseconds
12