mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v2.10.3.1
This commit is contained in:
@@ -35,7 +35,7 @@ public class Xoa_fmtr_itm implements GfoInvkAble {
|
||||
eval_mgr.Invk_(itm_invk);
|
||||
fmtr.Bld_bfr(bfr, Bry_.Ary_empty);
|
||||
}
|
||||
return bfr.Xto_str_and_clear();
|
||||
return bfr.To_str_and_clear();
|
||||
}
|
||||
public Object Invk(GfsCtx ctx, int ikey, String k, GfoMsg m) {
|
||||
if (ctx.Match(k, Invk_src)) return src;
|
||||
|
||||
@@ -31,7 +31,7 @@ class Xoa_fmtr_itm_fxt {
|
||||
app = Xoa_app_fxt.app_();
|
||||
Xoa_app_fxt.wiki_tst_(app); // create enwiki
|
||||
itm = new Xoa_fmtr_itm(app);
|
||||
GfsCore._.MsgParser_(gplx.langs.gfss.Gfs_msg_bldr._);
|
||||
GfsCore.Instance.MsgParser_(gplx.langs.gfs.Gfs_msg_bldr.Instance);
|
||||
}
|
||||
public Xoa_fmtr_itm_fxt Init_src(String v) {itm.Src_(v); return this;}
|
||||
public Xoa_fmtr_itm_fxt Init_fmt(String v) {itm.Fmt_(Bry_.new_a7(v)); return this;}
|
||||
|
||||
@@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package gplx.xowa.apps.fmtrs; import gplx.*; import gplx.xowa.*; import gplx.xowa.apps.*;
|
||||
public class Xoa_fmtr_sort_mgr implements GfoInvkAble {
|
||||
private Ordered_hash itms = Ordered_hash_.new_();
|
||||
private Ordered_hash itms = Ordered_hash_.New();
|
||||
private Xoa_fmtr_sort_wkr wkr = new Xoa_fmtr_sort_wkr();
|
||||
private Gfo_sort_able sort_able;
|
||||
public Xoa_fmtr_sort_mgr(Gfo_sort_able sort_able) {this.sort_able = sort_able;}
|
||||
|
||||
Reference in New Issue
Block a user