1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Search: Add NOT logic

This commit is contained in:
gnosygnu
2017-03-01 11:29:43 -05:00
parent 8be6311cd6
commit c702745bc0
7 changed files with 112 additions and 71 deletions

View File

@@ -1,27 +0,0 @@
/*
XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012-2017 gnosygnu@gmail.com
XOWA is licensed under the terms of the General Public License (GPL) Version 3,
or alternatively under the terms of the Apache License Version 2.0.
You may use XOWA according to either of these licenses as is most appropriate
for your project on a case-by-case basis.
The terms of each license can be found in the source code repository:
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/
//namespace gplx.xowa.addons.wikis.fulltexts {
// using gplx.xowa.bldrs.wkrs;
// public class Xofts_addon : Xoax_addon_itm, Xoax_addon_itm__bldr {
// public Xob_cmd[] Bldr_cmds() {
// return new Xob_cmd[]
// { Xofts_make_cmd.Prototype
// };
// }
//
// public String Addon__key() {return "xowa.wikis.fulltexts";}
// }
//}

View File

@@ -1,29 +0,0 @@
/*
XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012-2017 gnosygnu@gmail.com
XOWA is licensed under the terms of the General Public License (GPL) Version 3,
or alternatively under the terms of the Apache License Version 2.0.
You may use XOWA according to either of these licenses as is most appropriate
for your project on a case-by-case basis.
The terms of each license can be found in the source code repository:
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/
//namespace gplx.xowa.addons.wikis.fulltexts {
// using gplx.dbs;
// using gplx.xowa.bldrs; using gplx.xowa.bldrs.wkrs; using gplx.xowa.htmls.core.htmls;
// public class Xofts_make_cmd : Xob_cmd__base {
// public Xofts_make_cmd(Xob_bldr bldr, Xowe_wiki wiki) : super(bldr, wiki) {}
// public override void Cmd_run() {
// }
//
// public static final String BLDR_CMD_KEY = "fulltext.make";
// public override String Cmd_key() {return BLDR_CMD_KEY;}
// public static final Xob_cmd Prototype = new Xofts_make_cmd(null, null);
// public override Xob_cmd Cmd_clone(Xob_bldr bldr, Xowe_wiki wiki) {return new Xofts_make_cmd(bldr, wiki);}
// }
//}