- Sort Score
- Num 10 results
- Language All
Results 181 - 190 of 388 for tall (0.01 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/ingest/IngestFactory.java
ingesters = newIngesters; } /** * Returns the array of registered ingesters sorted by priority. * The returned array contains all ingesters in priority order * (lower priority numbers first). * * @return the sorted array of ingesters */ public Ingester[] getIngesters() { return ingesters; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 2.4K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/CIBuildModel.kt
QUICK_FEEDBACK_CROSS_VERSION(false, false, true), // Cross version tests select all versions to cover when run as part of this stage ALL_VERSIONS_CROSS_VERSION(false, false, true, 240), // run integMultiVersionTest with all version to cover ALL_VERSIONS_INTEG_MULTI_VERSION(false, true, false), PARALLEL(false, true, false),
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jan 20 03:53:25 GMT 2026 - 27.5K bytes - Click Count (0) -
src/main/webapp/css/admin/respond.min.js
*([^\{]+)\{([\S\s]+?)$/,only:/(only\s+)?([a-zA-Z]+)\s?/,minw:/\([\s]*min\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/,maxw:/\([\s]*max\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/},c.mediaQueriesSupported=a.matchMedia&&null!==a.matchMedia("only all")&&a.matchMedia("only all").matches,!c.mediaQueriesSupported){var g,h,i,j=a.document,k=j.documentElement,l=[],m=[],n=[],o={},p=30,q=j.getElementsByTagName("head")[0]||k,r=j.getElementsByTagName("base")[0],s=q.getElementsByTagName("link"),t=function(){var a,b=j....Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Oct 08 12:14:13 GMT 2015 - 4.3K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/Javadocs.java
*/ public abstract Property<URI> getGroovyApi(); /** * Coordinates of the Groovydoc (Javadoc) artifact used to extract the package list for generating Javadoc offline * Example: "org.apache.groovy:groovy-all:4.0.28:groovydoc" */ public abstract Property<String> getGroovyPackageListSrc(); /** * The CSS file to style Javadocs with */ public abstract RegularFileProperty getJavadocCss();Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Aug 21 16:24:54 GMT 2025 - 1.8K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/ClassDocSuperTypeBuilder.java
String superClassName = classMetaData.getSuperClassName(); if (superClassName != null && !superClassName.equals("org.gradle.api.DefaultTask")) { // Assume this is a class and so has implemented all properties and methods somewhere in the superclass hierarchy ClassDoc superClass = model.getClassDoc(superClassName); classDoc.setSuperClass(superClass); superClass.addSubClass(classDoc);
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Feb 18 17:01:38 GMT 2025 - 2.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/QueryHelper.java
} /** * Gets the additional query string that is appended to all search queries. * * @return the additionalQuery */ public String getAdditionalQuery() { return additionalQuery; } /** * Sets the additional query string that is appended to all search queries. * * @param additionalQuery the additionalQuery to set */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 19.9K bytes - Click Count (0) -
src/main/resources/fess_indices/fess/ro/stopwords.txt
poate pot prea prima primul prin printr sa să săi sale sau său se şi sînt sîntem sînteţi spre sub sunt suntem sunteţi ta tăi tale tău te ţi ţie tine toată toate tot toţi totuşi tu un una unde undeva unei unele uneori unor vă vi voastră voastre voi
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 19 06:31:02 GMT 2018 - 1.4K bytes - Click Count (0) -
src/main/resources/fess_indices/fess/ca/stopwords.txt
semblant semblants ses seu seus seva seva seves si sobre sobretot sóc solament sols son són sons sota sou t'ha t'han t'he ta tal també tampoc tan tant tanta tantes teu teus teva teves ton tons tot tota totes tots un una unes uns us va vaig vam van
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 19 06:31:02 GMT 2018 - 1.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/CrawlingInfoHelper.java
return now + days * Constants.ONE_DAY_IN_MILLIS; } /** * Retrieves all crawling information parameters for the specified session as a map. * * @param sessionId the session ID to retrieve parameters for * @return a map containing all key-value parameter pairs for the session */ public Map<String, String> getInfoMap(final String sessionId) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 15.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/timer/SystemMonitorTargetTest.java
// without throwing unexpected exceptions try { // Create a new instance to ensure clean state SystemMonitorTarget testTarget = new SystemMonitorTarget(); // Try to call the expired method // Note: This method may fail in test environments due to system dependencies // but we mainly want to ensure the method signature is correct testTarget.expired();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 9.2K bytes - Click Count (0)