Searched refs:postfix (Results 1 – 3 of 3) sorted by relevance
120 private void setCheckbox(JCheckBox checkbox, String postfix) { in setCheckbox() argument123 testTarget = testTarget.concat(postfix); in setCheckbox()125 testTarget = testTarget.replace(postfix, ""); in setCheckbox()139 private void checkTestTarget(String testTarget, JCheckBox checkbox, String postfix) { in checkTestTarget() argument140 if (testTarget.contains(postfix)) { in checkTestTarget()
218 def start_collection(self, postfix=None): argument235 if not postfix:236 postfix = str(self._collections_counter)237 postfix = '%s_%s' % (postfix, str(uuid.uuid4())[0:8])239 'bits_collection_%s' % postfix)
249 postfix=build_postfix)