- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 191 for of (0.02 sec)
-
FessHtmlPath.java
L415: /** The path of the HTML: /error/notFound.jsp */ L416: HtmlNext path_Error_NotFoundJsp = new HtmlNext("/error/notFound.jsp"); L417: L418: /** The path of the HTML: /error/redirect.jsp */ L419: HtmlNext path_Error_RedirectJsp = new HtmlNext("/error/redirect.jsp"); L420: L421: /** The path of the HTML: /error/system.jsp */ L422: HtmlNext path_Error_SystemJsp = new HtmlNext("/error/system.jsp"); L423: L424: /** The path of the HTML: /footer.jsp */ L425: HtmlNext path_FooterJsp...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 26.4K bytes -
CrawlerPostcard.java
-------------------- L103: /** L104: * Set the value of hostname, used in parameter comment. <br> L105: * Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty. L106: * @param hostname The parameter value of hostname. (NotNull) L107: */ L108: public void setHostname(String hostname) { L109: registerVariable("hostname", hostname); L110: } L111: L112: /** L113: * Set the value of jobname, used in parameter comment. <br> L114: * Even...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 10K bytes -
FessEnv.java
L23: */ L24:public interface FessEnv { L25: L26: /** The key of the configuration. e.g. warm */ L27: String lasta_di_SMART_DEPLOY_MODE = "lasta_di.smart.deploy.mode"; L28: L29: /** The key of the configuration. e.g. true */ L30: String DEVELOPMENT_HERE = "development.here"; L31: L32: /** The key of the configuration. e.g. Local Development */ L33: String ENVIRONMENT_TITLE = "environment.title"; L34: L35: /** The key of the configuration. e.g. false */ L36: String FRAMEWORK_DEBUG...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.9K bytes -
CrawlerStatsHelper.java
keyObj) { L208: if (keyObj instanceof final UrlQueue<?> urlQueue) { L209: return OptionalThing.of(urlQueue.getId().toString()); L210: } L211: if (keyObj instanceof final StatsKeyObject statsKey) { L212: return OptionalThing.of(statsKey.getId()); L213: } L214: if (keyObj instanceof final String key) { L215: return OptionalThing.of(key); L216: } L217: if (keyObj instanceof final Number key) { L218: return Option...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 9.9K bytes -
AdminFileconfigAction.java
(the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 17.1K bytes -
AdminWebconfigAction.java
(the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 17.2K bytes -
AdminRelatedqueryAction.java
(the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 14.1K bytes -
CrawlingConfigHelperTest.java
(the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 23.2K bytes -
QueryHelperTest.java
assertQuery(functionScoreQuery(simpleQuery("QUERY", titleBoost, contentBoost)), // L126: Map.of("_default", List.of("QUERY")), // L127: Set.of("QUERY"), // L128: buildQuery("QUERY")); L129: assertQuery(functionScoreQuery(simpleQuery("QUERY", titleBoost, contentBoost)), // L130: Map.of("_default", List.of("QUERY")), // L131: Set.of("QUERY"), // L132: buildQuery(" QUERY")); L133: assertQuery(functionScoreQ...github.com/codelibs/fess/src/test/java/org/code...Thu Jul 11 08:26:36 UTC 2024 39.8K bytes -
AdminDataconfigAction.java
(the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 17.5K bytes