Home
last modified time | relevance | path

Searched refs:best_string (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/mps-youtube/mps-youtube-afab9fb/mps_youtube/
H A Ddescription_parser.py100 best_string = None
102 best_string = list(alts.keys())[0].capitalize()
105 best_string = None
111 best_string = key.capitalize()
113 best_string = re.sub(r"([^\w]+)$", "", best_string)
114 best_string = re.sub(r"^([^\w]+)", "", best_string)
115 return best_string
/dports/devel/librcc/librcc-0.2.12/src/
H A Drecode.c76 char *best_string = NULL; in rccDetectLanguageInternal() local
220 if (best_string) free(best_string); in rccDetectLanguageInternal()
225 best_string = recoded; in rccDetectLanguageInternal()
234 best_string = recoded; in rccDetectLanguageInternal()
244 else if (best_string) free(best_string); in rccDetectLanguageInternal()
251 if (best_string) free(best_string); in rccDetectLanguageInternal()
262 else if (best_string) free(best_string); in rccDetectLanguageInternal()
269 if (best_string) free(best_string); in rccDetectLanguageInternal()
277 if (best_string) { in rccDetectLanguageInternal()
280 else if (best_string) free(best_string); in rccDetectLanguageInternal()
[all …]
/dports/devel/py-tables/tables-3.6.1/
H A Dcpuinfo.py468 best_string = None
474 best_string = cpu_string
477 if not best_string:
480 processor_brand, hz_actual, scale, vendor_id, stepping, model, family = best_string
/dports/sysutils/py-py-cpuinfo/py-cpuinfo-8.0.0/cpuinfo/
H A Dcpuinfo.py702 best_string = None
708 best_string = cpu_string
711 if not best_string:
714 hz_actual, scale, processor_brand, vendor_id, stepping, model, family = best_string