Searched refs:schema (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | upload.py | 64 schema, netloc, url, params, query, fragments = \ 69 if schema not in ('http', 'https'): 70 raise AssertionError("unsupported schema " + schema)
|
D | bdist_msi.py | 20 from msilib import schema, sequence, text 241 self.db = msilib.init_database(installer_name, schema,
|
/device/linaro/bootloader/edk2/BaseTools/Conf/ |
D | ReadMe.txt | 8 schema may change in the future. It differs somewhat from the early versions
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
D | msilib.py | 144 schema = d.OpenDatabase(schemapath, 148 v=schema.OpenView("SELECT * FROM _Columns") 170 v = schema.OpenView("SELECT * FROM _Validation") 290 def init_database(name, schema, argument 304 for t in schema.tables: 307 add_data(db, "_Validation", schema._Validation_records)
|
D | msi.py | 4 import msilib, schema, sequence, os, glob, time, re, shutil, zipfile 228 schema, ProductName="Python "+full_current_version+productsuffix,
|
/device/linaro/bootloader/edk2/BaseTools/UserManuals/ |
D | Spd2Dec_Utility_Man_Page.rtf | 84 …g build-related information from SPD file. It does a literal mapping from XML schema to TEXT file.
|
D | Fpd2Dsc_Utility_Man_Page.rtf | 95 …m build-related information from FPD file. It does a literal mapping from XML schema to TEXT file.
|
D | Msa2Inf_Utility_Man_Page.rtf | 88 …\hich\af39\dbch\af31505\loch\f39 MSA file. It does a literal mapping from XML schema to TEXT file.
|