Home | History | Annotate | Download | only in Common

Lines Matching refs:PlaceHolder

886                 for PlaceHolder, Start, End in PlaceHolderList:

889 self._PlaceHolderList.append(PlaceHolder)
904 for PlaceHolder in self._PlaceHolderList:
905 if PlaceHolder not in PlaceHolderValues:
907 Value = PlaceHolderValues[PlaceHolder]
915 "${%s} has different repeat time from others!" % PlaceHolder,
918 RepeatPlaceHolders["${%s}" % PlaceHolder] = Value
920 NonRepeatPlaceHolders["${%s}" % PlaceHolder] = Value
999 # @param Dictionary The placeholder dictionaries
1010 # @param Dictionary The placeholder dictionaries
1012 # @retval str The string replaced with placeholder values