Searched refs:spacing (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | formatter.py | 55 def set_spacing(self, spacing): pass argument 81 self.spacing = None # Vertical spacing state 273 def set_spacing(self, spacing): argument 274 self.spacing = spacing 275 self.writer.new_spacing(spacing) 308 def new_spacing(self, spacing): pass argument 335 def new_spacing(self, spacing): argument 336 print "new_spacing(%r)" % (spacing,)
|
D | calendar.py | 595 def format(cols, colwidth=_colwidth, spacing=_spacing): argument 597 print formatstring(cols, colwidth, spacing) 600 def formatstring(cols, colwidth=_colwidth, spacing=_spacing): argument 602 spacing *= ' ' 603 return spacing.join(c.center(colwidth) for c in cols) 696 optdict["c"] = options.spacing
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | formatter.py | 55 def set_spacing(self, spacing): pass argument 81 self.spacing = None # Vertical spacing state 273 def set_spacing(self, spacing): argument 274 self.spacing = spacing 275 self.writer.new_spacing(spacing) 308 def new_spacing(self, spacing): pass argument 335 def new_spacing(self, spacing): argument 336 print "new_spacing(%r)" % (spacing,)
|
D | calendar.py | 590 def format(cols, colwidth=_colwidth, spacing=_spacing): argument 592 print formatstring(cols, colwidth, spacing) 595 def formatstring(cols, colwidth=_colwidth, spacing=_spacing): argument 597 spacing *= ' ' 598 return spacing.join(c.center(colwidth) for c in cols) 691 optdict["c"] = options.spacing
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/ |
D | CHANGES_SUMMARY.txt | 806 | - a shell command like syntax (no parens and spacing separated args) |
|
D | CHANGES_FROM_133_before_mr13.txt | 1042 | - a shell command like syntax (no parens and spacing separated args) |
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | CHANGES_SUMMARY.txt | 806 | - a shell command like syntax (no parens and spacing separated args) |
|
D | CHANGES_FROM_133_BEFORE_MR13.txt | 1042 | - a shell command like syntax (no parens and spacing separated args) |
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/ |
D | VfrStrings.uni | 25 // NOTE: for SETUP engine spacing, the following character spaces denote how much room in each sect…
|