- Sort Score
- Result 10 results
- Languages All
Results 241 - 250 of 507 for isobject (0.06 sec)
-
testmail.dfmail
L1:/* L2: [Test Mail] L3:*/ L4:subject: [FESS] Test Mail: /*pmb.hostname:orElse('Unknown')*/ L5:>>> L6:This is a test mail from /*pmb.hostname:orElse('Unknown')*/...github.com/codelibs/fess/src/main/resources/mai...Fri Feb 12 13:52:58 UTC 2016 146 bytes -
DocumentHelperTest.java
Exception { L28: super.setUp(); L29: } L30: L31: public void test_getContent() { L32: DocumentHelper documentHelper = new DocumentHelper(); L33: L34: ResponseData responseData = new ResponseData(); L35: Map<String, Object> dataMap = new HashMap<>(); L36: assertEquals("", documentHelper.getContent(null, responseData, null, dataMap)); L37: assertEquals("", documentHelper.getContent(null, responseData, "", dataMap)); L38: assertEquals("", documen...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 11K bytes -
ApiAdminDocumentsAction.java
systemHelper.getCurrentTime(); L84: final CrawlingInfoHelper crawlingInfoHelper = ComponentUtil.getCrawlingInfoHelper(); L85: final LanguageHelper languageHelper = ComponentUtil.getLanguageHelper(); L86: final List<Map<String, Object>> docList = body.documents.stream().map(doc -> { L87: if (!doc.containsKey(indexFieldContentLength)) { L88: long contentLength = 0; L89: if (doc.get(indexFieldTitle) instanceof final String title) { L90: ...github.com/codelibs/fess/src/main/java/org/code...Thu Jul 25 01:48:41 UTC 2024 7.5K bytes -
LICENSE
Software without restriction, including without limitation the rights L10:to use, copy, modify, merge, publish, distribute, sublicense, and/or sell L11:copies of the Software, and to permit persons to whom the Software is L12:furnished to do so, subject to the following conditions: L13: L14:The above copyright notice and this permission notice shall be included in L15:all copies or substantial portions of the Software. L16: L17:THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS...github.com/kubernetes/kubernetes/LICENSES/vendo...Fri Jun 10 18:51:33 UTC 2022 1.2K bytes -
LICENSE
Software without restriction, including without limitation the rights L10:to use, copy, modify, merge, publish, distribute, sublicense, and/or sell L11:copies of the Software, and to permit persons to whom the Software is L12:furnished to do so, subject to the following conditions: L13: L14:The above copyright notice and this permission notice shall be included in L15:all copies or substantial portions of the Software. L16: L17:THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS...github.com/kubernetes/kubernetes/LICENSES/vendo...Mon Mar 28 07:33:23 UTC 2022 1.2K bytes -
LICENSE
Software without restriction, including L10:without limitation the rights to use, copy, modify, merge, publish, L11:distribute, sublicense, and/or sell copies of the Software, and to L12:permit persons to whom the Software is furnished to do so, subject to L13:the following conditions: L14: L15:The above copyright notice and this permission notice shall be L16:included in all copies or substantial portions of the Software. L17: L18:THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, L19:EXPRESS...github.com/kubernetes/kubernetes/LICENSES/vendo...Tue May 19 01:37:10 UTC 2020 1.2K bytes -
ThumbnailGenerator.java
interface ThumbnailGenerator { L24: L25: String getName(); L26: L27: boolean generate(String thumbnailId, File outputFile); L28: L29: boolean isTarget(Map<String, Object> docMap); L30: L31: boolean isAvailable(); L32: L33: void destroy(); L34: L35: Tuple3<String, String, String> createTask(String path, Map<String, Object> docMap); L36:}...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1K bytes -
WebConfigDbm.java
public void acceptPrimaryKeyMap(Entity entity, Map<String, ? extends Object> primaryKeyMap) { L384: } L385: L386: @Override L387: public void acceptAllColumnMap(Entity entity, Map<String, ? extends Object> allColumnMap) { L388: } L389: L390: @Override L391: public Map<String, Object> extractPrimaryKeyMap(Entity entity) { L392: return null; L393: } L394: L395: @Override L396: public Map<String, Object> extractAllColumnMap(Entity entity) { L397: return null; L398:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 18.4K bytes -
AzureAdAuthenticator.java
.header("Accept", "application/json").execute()) { L372: final Map<String, Object> contentMap = response.getContent(OpenSearchCurl.jsonParser()); L373: if (logger.isDebugEnabled()) { L374: logger.debug("response: {}", contentMap); L375: } L376: if (contentMap.containsKey("value")) { L377: @SuppressWarnings("unchecked") L378: final List<Map<String, Object>> memberOfList = (List<Map<String, Object>>) contentMap.get("value"); L379:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 28.2K bytes -
EsAbstractConditionBean.java
clearOrderBy() { L237: return null; L238: } L239: L240: @Override L241: public void overTheWaves(SpecifiedColumn dreamCruiseTicket) { L242: // do nothing L243: } L244: L245: @Override L246: public void mysticRhythms(Object mysticBinding) { L247: // do nothing L248: } L249: L250: @Override L251: public DBMeta asDBMeta() { L252: return null; L253: } L254: L255: @Override L256: public SqlClause getSqlClause() { L257: return _sqlClause;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 17.8K bytes