mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v2.8.3.1
This commit is contained in:
@@ -105,7 +105,7 @@ public class TstObj_tst {
|
||||
}
|
||||
}
|
||||
if (pass) return;
|
||||
throw Err_.new_wo_type(Op_sys.Lnx.Nl_str() + sb.XtoStr());
|
||||
throw Err_.new_wo_type(Op_sys.Lnx.Nl_str() + sb.To_str());
|
||||
}
|
||||
private static void Eval(List_adp rslts, TstRuleMgr ruleMgr, Ordered_hash props, String idx, TstObj expd, TstObj actl) {
|
||||
int expdLen = expd.Atrs().Count();
|
||||
|
||||
@@ -400,7 +400,7 @@ class Xoa_url_encoder {
|
||||
}
|
||||
class Xoa_ttl_trie {
|
||||
public static Btrie_fast_mgr new_() {
|
||||
Btrie_fast_mgr rv = Btrie_fast_mgr.cs_();
|
||||
Btrie_fast_mgr rv = Btrie_fast_mgr.cs();
|
||||
rv.Add(Byte_ascii.Colon , Byte_obj_val.new_(Id_colon));
|
||||
rv.Add(Byte_ascii.Hash , Byte_obj_val.new_(Id_hash));
|
||||
rv.Add(Byte_ascii.Slash , Byte_obj_val.new_(Id_slash));
|
||||
|
||||
@@ -21,7 +21,7 @@ import gplx.xowa.parsers.apos.*; import gplx.xowa.parsers.amps.*; import gplx.xo
|
||||
public class Xop_lxr_mgr {
|
||||
private Xop_lxr[] ary;
|
||||
public Xop_lxr_mgr(Xop_lxr[] ary) {this.ary = ary;}
|
||||
public Btrie_fast_mgr Trie() {return trie;} private Btrie_fast_mgr trie = Btrie_fast_mgr.cs_();
|
||||
public Btrie_fast_mgr Trie() {return trie;} private Btrie_fast_mgr trie = Btrie_fast_mgr.cs();
|
||||
public void Init_by_wiki(Xowe_wiki wiki) {
|
||||
int ary_len = ary.length;
|
||||
for (int i = 0; i < ary_len; i++) {
|
||||
|
||||
Reference in New Issue
Block a user