Searched refs:addon (Results 1 – 8 of 8) sorted by relevance
137 for addon in args:138 if type(addon) not in [ListType, TupleType]:139 addon = [addon]140 if len(addon) < len(source): # is source list longer?141 if len(source) % len(addon) == 0: # are they integer multiples?142 repeats = len(source) / len(addon) # repeat addon n times143 origadd = copy.deepcopy(addon)145 addon = addon + origadd147 repeats = len(source) / len(addon) + 1 # repeat addon x times,148 origadd = copy.deepcopy(addon) # x is NOT an integer[all …]
214 StringBuilder addon = new StringBuilder(); in qualifiedName() local218 addon.append("("); in qualifiedName()221 addon.append(", "); in qualifiedName()223 addon.append(groups[i]); in qualifiedName()225 addon.append(")"); in qualifiedName()228 return "<b>" + method.getMethodName() + "</b> " + addon; in qualifiedName()
2 library) and libxkbcommon-x11 (an addon library for XCB clients).
781 string addon(lastStart, (size_t) (lastEnd - lastStart)); in formatFunction() local782 if (" const" == addon) { in formatFunction()783 addon = "const"; in formatFunction()785 methodStr += addon; in formatFunction()786 written += addon.length(); in formatFunction()
482 - fuzzy_with_tokens parse addon from Christopher Corley
1516 message table for this purpose. To define an addon table, set the pointer1518 err->last_addon_message. If you number the addon messages beginning at 10001521 addon messages (the addon messages are defined in cderror.h).
4118 * readelf.c (handle_relocs_rela): Better notations for addon value.