Home
last modified time | relevance | path

Searched refs:run_stages (Results 1 – 3 of 3) sorted by relevance

/dports/misc/py-powerline-status/powerline-2.8.2/scripts/
H A Dpowerline-release.py215 def create_release(version, user, password=None, run_stages=None, **kwargs): argument
220 if run_stages is None or stname in run_stages:
241 run_stages=args.stages,
/dports/devel/m17n-lib/m17n-lib-1.8.0/src/
H A DChangeLog38 Fix buffer overruns in run_stages index array
539 (run_stages): Adjusted for the type change of category.
730 (run_stages): Fix index of g_indices.
866 (run_stages): Set ctx->encoded_offset.
881 (run_stages): Likewise.
1134 (run_stages): Likewise.
1185 * m17n-flt.c (run_stages): Call positioning only if
1200 (run_stages): Argument changed. Caller changed.
1237 (run_stages): Print separator in encoded string as "|".
1260 * m17n-flt.c (run_stages): Fix handling of padding.
[all …]
H A Dm17n-flt.c2276 run_stages (MFLTGlyphString *gstring, int from, int to, in run_stages() function
3052 j = run_stages (gstring, this_from, this_to, flt, &ctx); in mflt_run()