/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/Common/ |
H A D | StringUtils.py | 170 def GetLibraryClassesWithModuleType(Lines, Key, KeyValues, CommentCharacter): argument 175 Line = CleanString(Line, CommentCharacter) 176 if Line != '' and Line[0] != CommentCharacter: 192 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument 201 Line = CleanString(Line, CommentCharacter) 202 if Line != '' and Line[0] != CommentCharacter: 443 Line = CleanString(Line, CommentCharacter) 444 if Line != '' and Line[0] != CommentCharacter: 460 def GetDefineValue(String, Key, CommentCharacter): argument 536 if len(Key) == 1 and Key[0][0] != CommentCharacter: [all …]
|
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/Common/ |
H A D | StringUtils.py | 170 def GetLibraryClassesWithModuleType(Lines, Key, KeyValues, CommentCharacter): argument 175 Line = CleanString(Line, CommentCharacter) 176 if Line != '' and Line[0] != CommentCharacter: 192 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument 201 Line = CleanString(Line, CommentCharacter) 202 if Line != '' and Line[0] != CommentCharacter: 447 Line = CleanString(Line, CommentCharacter) 448 if Line != '' and Line[0] != CommentCharacter: 464 def GetDefineValue(String, Key, CommentCharacter): argument 540 if len(Key) == 1 and Key[0][0] != CommentCharacter: [all …]
|
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/Common/ |
H A D | StringUtils.py | 170 def GetLibraryClassesWithModuleType(Lines, Key, KeyValues, CommentCharacter): argument 175 Line = CleanString(Line, CommentCharacter) 176 if Line != '' and Line[0] != CommentCharacter: 192 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument 201 Line = CleanString(Line, CommentCharacter) 202 if Line != '' and Line[0] != CommentCharacter: 447 Line = CleanString(Line, CommentCharacter) 448 if Line != '' and Line[0] != CommentCharacter: 464 def GetDefineValue(String, Key, CommentCharacter): argument 540 if len(Key) == 1 and Key[0][0] != CommentCharacter: [all …]
|
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/Common/ |
H A D | StringUtils.py | 170 def GetLibraryClassesWithModuleType(Lines, Key, KeyValues, CommentCharacter): argument 175 Line = CleanString(Line, CommentCharacter) 176 if Line != '' and Line[0] != CommentCharacter: 192 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument 201 Line = CleanString(Line, CommentCharacter) 202 if Line != '' and Line[0] != CommentCharacter: 443 Line = CleanString(Line, CommentCharacter) 444 if Line != '' and Line[0] != CommentCharacter: 460 def GetDefineValue(String, Key, CommentCharacter): argument 536 if len(Key) == 1 and Key[0][0] != CommentCharacter: [all …]
|
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/Common/ |
H A D | StringUtils.py | 170 def GetLibraryClassesWithModuleType(Lines, Key, KeyValues, CommentCharacter): argument 175 Line = CleanString(Line, CommentCharacter) 176 if Line != '' and Line[0] != CommentCharacter: 192 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument 201 Line = CleanString(Line, CommentCharacter) 202 if Line != '' and Line[0] != CommentCharacter: 447 Line = CleanString(Line, CommentCharacter) 448 if Line != '' and Line[0] != CommentCharacter: 464 def GetDefineValue(String, Key, CommentCharacter): argument 540 if len(Key) == 1 and Key[0][0] != CommentCharacter: [all …]
|
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/Python/Common/ |
H A D | String.py | 168 Line = CleanString(Line, CommentCharacter) 169 if Line != '' and Line[0] != CommentCharacter: 185 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument 194 Line = CleanString(Line, CommentCharacter) 195 if Line != '' and Line[0] != CommentCharacter: 341 elif Line[Index] == CommentCharacter and InString : 399 elif Line[Index] == CommentCharacter and InString: 401 elif Line[Index] == CommentCharacter and not InString: 424 Line = CleanString(Line, CommentCharacter) 425 if Line != '' and Line[0] != CommentCharacter: [all …]
|
H A D | EdkIIWorkspace.py | 182 …def ConvertTextFileToDictionary(self, FileName, Dictionary, CommentCharacter, KeySplitCharacter, V… argument 185 …nvertTextFileToDictionary(self.WorkspaceFile(FileName), Dictionary, CommentCharacter, KeySplitChar… 200 …def ConvertDictionaryToTextFile(self, FileName, Dictionary, CommentCharacter, KeySplitCharacter, V… argument 203 …nvertDictionaryToTextFile(self.WorkspaceFile(FileName), Dictionary, CommentCharacter, KeySplitChar… 219 def ConvertTextFileToDictionary(FileName, Dictionary, CommentCharacter, KeySplitCharacter, ValueSpl… argument 229 if len(Key) == 1 and Key[0][0] != CommentCharacter and Key[0] not in Keys: 252 def ConvertDictionaryToTextFile(FileName, Dictionary, CommentCharacter, KeySplitCharacter, ValueSpl… argument 270 if len(Key) == 1 and Key[0][0] != CommentCharacter and Key[0] in Dictionary:
|
H A D | Dictionary.py | 28 def ConvertTextFileToDictionary(FileName, Dictionary, CommentCharacter, KeySplitCharacter, ValueSpl… argument 33 if Line.startswith(CommentCharacter): 38 if len(Key) == 1 and Key[0][0] != CommentCharacter and Key[0] not in Keys:
|
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/Common/ |
H A D | StringUtils.py | 170 def GetLibraryClassesWithModuleType(Lines, Key, KeyValues, CommentCharacter): argument 175 Line = CleanString(Line, CommentCharacter) 176 if Line != '' and Line[0] != CommentCharacter: 192 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument 201 Line = CleanString(Line, CommentCharacter) 202 if Line != '' and Line[0] != CommentCharacter: 447 Line = CleanString(Line, CommentCharacter) 448 if Line != '' and Line[0] != CommentCharacter: 464 def GetDefineValue(String, Key, CommentCharacter): argument 540 if len(Key) == 1 and Key[0][0] != CommentCharacter: [all …]
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/Python/Common/ |
H A D | StringUtils.py | 170 def GetLibraryClassesWithModuleType(Lines, Key, KeyValues, CommentCharacter): 175 Line = CleanString(Line, CommentCharacter) 176 if Line != '' and Line[0] != CommentCharacter: 192 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): 201 Line = CleanString(Line, CommentCharacter) 202 if Line != '' and Line[0] != CommentCharacter: 443 Line = CleanString(Line, CommentCharacter) 444 if Line != '' and Line[0] != CommentCharacter: 460 def GetDefineValue(String, Key, CommentCharacter): 536 if len(Key) == 1 and Key[0][0] != CommentCharacter: [all …]
|
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/Python/Common/ |
H A D | StringUtils.py | 170 def GetLibraryClassesWithModuleType(Lines, Key, KeyValues, CommentCharacter): argument 175 Line = CleanString(Line, CommentCharacter) 176 if Line != '' and Line[0] != CommentCharacter: 192 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument 201 Line = CleanString(Line, CommentCharacter) 202 if Line != '' and Line[0] != CommentCharacter: 447 Line = CleanString(Line, CommentCharacter) 448 if Line != '' and Line[0] != CommentCharacter: 464 def GetDefineValue(String, Key, CommentCharacter): argument 540 if len(Key) == 1 and Key[0][0] != CommentCharacter: [all …]
|
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/Common/ |
H A D | StringUtils.py | 170 def GetLibraryClassesWithModuleType(Lines, Key, KeyValues, CommentCharacter): argument 175 Line = CleanString(Line, CommentCharacter) 176 if Line != '' and Line[0] != CommentCharacter: 192 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument 201 Line = CleanString(Line, CommentCharacter) 202 if Line != '' and Line[0] != CommentCharacter: 447 Line = CleanString(Line, CommentCharacter) 448 if Line != '' and Line[0] != CommentCharacter: 464 def GetDefineValue(String, Key, CommentCharacter): argument 540 if len(Key) == 1 and Key[0][0] != CommentCharacter: [all …]
|
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/UPT/Library/ |
H A D | StringUtils.py | 92 Line = CleanString(Line, CommentCharacter) 93 if Line != '' and Line[0] != CommentCharacter: 107 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument 116 Line = CleanString(Line, CommentCharacter) 117 if Line != '' and Line[0] != CommentCharacter: 285 elif Line[Index] == CommentCharacter and not InString: 317 LineParts = Line.split(CommentCharacter, 1) 358 Line = CleanString(Line, CommentCharacter) 359 if Line != '' and Line[0] != CommentCharacter: 372 def GetDefineValue(String, Key, CommentCharacter): argument [all …]
|
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/UPT/Library/ |
H A D | StringUtils.py | 92 Line = CleanString(Line, CommentCharacter) 93 if Line != '' and Line[0] != CommentCharacter: 107 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument 116 Line = CleanString(Line, CommentCharacter) 117 if Line != '' and Line[0] != CommentCharacter: 285 elif Line[Index] == CommentCharacter and not InString: 317 LineParts = Line.split(CommentCharacter, 1) 358 Line = CleanString(Line, CommentCharacter) 359 if Line != '' and Line[0] != CommentCharacter: 372 def GetDefineValue(String, Key, CommentCharacter): argument [all …]
|
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/UPT/Library/ |
H A D | StringUtils.py | 92 Line = CleanString(Line, CommentCharacter) 93 if Line != '' and Line[0] != CommentCharacter: 107 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument 116 Line = CleanString(Line, CommentCharacter) 117 if Line != '' and Line[0] != CommentCharacter: 285 elif Line[Index] == CommentCharacter and not InString: 317 LineParts = Line.split(CommentCharacter, 1) 358 Line = CleanString(Line, CommentCharacter) 359 if Line != '' and Line[0] != CommentCharacter: 372 def GetDefineValue(String, Key, CommentCharacter): argument [all …]
|
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/UPT/Library/ |
H A D | StringUtils.py | 92 Line = CleanString(Line, CommentCharacter) 93 if Line != '' and Line[0] != CommentCharacter: 107 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument 116 Line = CleanString(Line, CommentCharacter) 117 if Line != '' and Line[0] != CommentCharacter: 285 elif Line[Index] == CommentCharacter and not InString: 317 LineParts = Line.split(CommentCharacter, 1) 358 Line = CleanString(Line, CommentCharacter) 359 if Line != '' and Line[0] != CommentCharacter: 372 def GetDefineValue(String, Key, CommentCharacter): argument [all …]
|
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/UPT/Library/ |
H A D | StringUtils.py | 92 Line = CleanString(Line, CommentCharacter) 93 if Line != '' and Line[0] != CommentCharacter: 107 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument 116 Line = CleanString(Line, CommentCharacter) 117 if Line != '' and Line[0] != CommentCharacter: 285 elif Line[Index] == CommentCharacter and not InString: 317 LineParts = Line.split(CommentCharacter, 1) 358 Line = CleanString(Line, CommentCharacter) 359 if Line != '' and Line[0] != CommentCharacter: 372 def GetDefineValue(String, Key, CommentCharacter): argument [all …]
|
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/Python/UPT/Library/ |
H A D | String.py | 99 Line = CleanString(Line, CommentCharacter) 100 if Line != '' and Line[0] != CommentCharacter: 114 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument 123 Line = CleanString(Line, CommentCharacter) 124 if Line != '' and Line[0] != CommentCharacter: 292 elif Line[Index] == CommentCharacter and not InString: 324 LineParts = Line.split(CommentCharacter, 1) 365 Line = CleanString(Line, CommentCharacter) 366 if Line != '' and Line[0] != CommentCharacter: 379 def GetDefineValue(String, Key, CommentCharacter): argument [all …]
|
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/UPT/Library/ |
H A D | StringUtils.py | 92 Line = CleanString(Line, CommentCharacter) 93 if Line != '' and Line[0] != CommentCharacter: 107 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument 116 Line = CleanString(Line, CommentCharacter) 117 if Line != '' and Line[0] != CommentCharacter: 285 elif Line[Index] == CommentCharacter and not InString: 317 LineParts = Line.split(CommentCharacter, 1) 358 Line = CleanString(Line, CommentCharacter) 359 if Line != '' and Line[0] != CommentCharacter: 372 def GetDefineValue(String, Key, CommentCharacter): argument [all …]
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/Python/UPT/Library/ |
H A D | StringUtils.py | 92 Line = CleanString(Line, CommentCharacter) 93 if Line != '' and Line[0] != CommentCharacter: 107 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument 116 Line = CleanString(Line, CommentCharacter) 117 if Line != '' and Line[0] != CommentCharacter: 285 elif Line[Index] == CommentCharacter and not InString: 317 LineParts = Line.split(CommentCharacter, 1) 358 Line = CleanString(Line, CommentCharacter) 359 if Line != '' and Line[0] != CommentCharacter: 372 def GetDefineValue(String, Key, CommentCharacter): argument [all …]
|
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/Python/UPT/Library/ |
H A D | StringUtils.py | 92 Line = CleanString(Line, CommentCharacter) 93 if Line != '' and Line[0] != CommentCharacter: 107 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument 116 Line = CleanString(Line, CommentCharacter) 117 if Line != '' and Line[0] != CommentCharacter: 285 elif Line[Index] == CommentCharacter and not InString: 317 LineParts = Line.split(CommentCharacter, 1) 358 Line = CleanString(Line, CommentCharacter) 359 if Line != '' and Line[0] != CommentCharacter: 372 def GetDefineValue(String, Key, CommentCharacter): argument [all …]
|
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/UPT/Library/ |
H A D | StringUtils.py | 92 Line = CleanString(Line, CommentCharacter) 93 if Line != '' and Line[0] != CommentCharacter: 107 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument 116 Line = CleanString(Line, CommentCharacter) 117 if Line != '' and Line[0] != CommentCharacter: 285 elif Line[Index] == CommentCharacter and not InString: 317 LineParts = Line.split(CommentCharacter, 1) 358 Line = CleanString(Line, CommentCharacter) 359 if Line != '' and Line[0] != CommentCharacter: 372 def GetDefineValue(String, Key, CommentCharacter): argument [all …]
|
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/Python/Ecc/ |
H A D | MetaDataParser.py | 237 def CleanString2(Line, CommentCharacter='#', AllowCppStyleComment=False): argument 246 Line = Line.replace('//', CommentCharacter) 250 LineParts = Line.split(CommentCharacter, 1) 262 while Start < End and Comment.startswith(CommentCharacter, Start, End): 264 while End >= 0 and Comment.endswith(CommentCharacter, Start, End):
|
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/Ecc/ |
H A D | MetaDataParser.py | 233 def CleanString2(Line, CommentCharacter='#', AllowCppStyleComment=False): argument 242 Line = Line.replace('//', CommentCharacter) 246 LineParts = Line.split(CommentCharacter, 1) 258 while Start < End and Comment.startswith(CommentCharacter, Start, End): 260 while End >= 0 and Comment.endswith(CommentCharacter, Start, End):
|
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/Ecc/ |
H A D | MetaDataParser.py | 233 def CleanString2(Line, CommentCharacter='#', AllowCppStyleComment=False): argument 242 Line = Line.replace('//', CommentCharacter) 246 LineParts = Line.split(CommentCharacter, 1) 258 while Start < End and Comment.startswith(CommentCharacter, Start, End): 260 while End >= 0 and Comment.endswith(CommentCharacter, Start, End):
|