- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for NONE (0.03 sec)
-
advance.jsp
ch_must_queries" L108: /></label> L109: <div class="col-lg-5 col-md-8 col-sm-7 col-xs-6"> L110: <input class="form-control" type="text" id="as_q" name="as.q" value="${f:h(fe:join(as.q))}"> L111: </div> L112: <div class="col-lg-4 d-none d-lg-flex align-items-center"> L113: </div> L114: </div> L115: <div class="form-group row"> L116: <label for="as_epq" class="col-lg-3 col-md-4 col-sm-5 col-12 col-form-label"><la:message L117: key="labels.advance_search_phrase_query"...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 26 01:07:52 UTC 2024 14.9K bytes -
advance.jsp
ch_must_queries" L108: /></label> L109: <div class="col-lg-5 col-md-8 col-sm-7 col-xs-6"> L110: <input class="form-control" type="text" id="as_q" name="as.q" value="${f:h(fe:join(as.q))}"> L111: </div> L112: <div class="col-lg-4 d-none d-lg-flex align-items-center"> L113: </div> L114: </div> L115: <div class="form-group row"> L116: <label for="as_epq" class="col-lg-3 col-md-4 col-sm-5 col-12 col-form-label"><la:message L117: key="labels.advance_search_phrase_query"...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 26 01:07:52 UTC 2024 14.9K bytes -
adminlte.min.js
:"false"===a&&(i.hide(),i.parent().parent().addClass("d-none"))}))},t.toggleRow=function(){var e=this._element;"TR"!==e[0].nodeName&&"TR"!==(e=e.parent())[0].nodeName&&(e=e.parent());var t=e.attr(ee),a=e.next(Y).children().first().children();a.stop(),"true"===t?(a.slideUp(500,(function(){e.next(Y).addClass("d-none")})),e.attr(ee,"false"),e.trigger(n.default.Event("collapsed.lte.expandableTable"))):"false"===t&&(e.next(Y).removeClass("d-none"),a.slideDown(500),e.attr(ee,"true"),e.trigger(n.defaul...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 45.3K bytes -
Constants.java
public static final String OK = "ok"; L51: L52: public static final String FAIL = "fail"; L53: L54: public static final String STOP = "stop"; L55: L56: public static final String AUTO = "auto"; L57: L58: public static final String NONE = "none"; L59: L60: public static final String ITEM_LABEL = "label"; L61: L62: public static final String ITEM_VALUE = "value"; L63: L64: public static final String ITEM_NAME = "name"; L65: L66: public static final String MS932 = "MS932"; L67:...github.com/codelibs/fess/src/main/java/org/code...Thu Aug 22 12:43:18 UTC 2024 16.6K bytes -
FessXpathTransformer.java
META_PROPERTY_OGIMAGE_CONTENT = "//META[@property=\"og:image\"]/@content"; L96: L97: private static final String META_NAME_ROBOTS_CONTENT = "//META[@name=\"robots\" or @name=\"ROBOTS\"]/@content"; L98: L99: private static final String ROBOTS_TAG_NONE = "none"; L100: L101: private static final String ROBOTS_TAG_NOINDEX = "noindex"; L102: L103: private static final String ROBOTS_TAG_NOFOLLOW = "nofollow"; L104: L105: private static final int UTF8_BOM_SIZE = 3; L106: L107: public boolean prunedContent...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 24 13:01:38 UTC 2024 42.9K bytes -
popper.min.js
return g(d)}function y(e){var n=e.nodeName;if('BODY'===n||'HTML'===n)return!1;if('fixed'===t(e,'position'))return!0;var i=o(e);return!!i&&y(i)}function E(e){if(!e||!e.parentElement||r())return document.documentElement;for(var o=e.parentElement;o&&'none'===t(o,'transform');)o=o.parentElement;return o||document.documentElement}function v(e,t,r,p){var s=4<arguments.length&&void 0!==arguments[4]&&arguments[4],d={top:0,left:0},l=s?E(e):a(e,i(t));if('viewport'===p)d=w(l,s);else{var f;'scrollParent'===...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 20.7K bytes -
FessXpathTransformerTest.java
esponseData, new ResultData(), document); L410: assertFalse(responseData.isNoFollow()); L411: } L412: L413: public void test_processMetaRobots_none() throws Exception { L414: final String data = "<meta name=\"robots\" content=\"none\" />"; L415: final Document document = getDocument(data); L416: L417: final FessXpathTransformer transformer = new FessXpathTransformer() { L418: protected Map<String, String> getConfigPrameterMap(final ResponseData responseData,...github.com/codelibs/fess/src/test/java/org/code...Thu Oct 24 13:01:38 UTC 2024 41.3K bytes