- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 17 for classification (0.28 sec)
-
dbflute_fess/dfprop/classificationDefinitionMap.dfprop
# ; [group-name] = map:{ # ; groupComment=[comment] # ; elementList=list:{[the list of classification element's name]} # } # } # } # # classification elements for implicit classification # ; map:{ # ; code=[code]; name=[name]; alias=[alias]; comment=[comment]
Plain Text - Registered: 2023-11-27 08:04 - Last Modified: 2015-07-04 22:46 - 2.2K bytes - Viewed (0) -
dbflute_fess/dfprop/classificationDeploymentMap.dfprop
# # The relation between column and classification. # # This property uses classification names of classificationDefinitionMap. # The table name '$$ALL$$' means all tables are target. # The table names and column names are treated as case insensitive. # # You don't need specify here about table classifications. # Because table classifications are auto-deployed by relation information. # # Specification: # map: {
Plain Text - Registered: 2023-11-27 08:04 - Last Modified: 2015-07-04 22:46 - 795 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessListedClassificationProvider.java
final String msg = "Not found the classification: " + classificationName; throw new ProvidedClassificationNotFoundException(msg); } return onMainSchema; } protected ClassificationMeta findOnMainSchema(final String classificationName) throws ProvidedClassificationNotFoundException { // *no use DBFlute classification return null;
Java - Registered: 2023-11-27 08:04 - Last Modified: 2023-01-04 12:40 - 2.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractEntity.java
__uniqueDrivenProperties.clear(); } // =================================================================================== // Classification // ============== @Override public void myunlockUndefinedClassificationAccess() { } @Override
Java - Registered: 2023-11-27 08:04 - Last Modified: 2023-01-04 12:40 - 10.9K bytes - Viewed (0) -
maven-model-builder/src/main/java/org/apache/maven/model/building/ModelCache.java
* formed by a combination of group id, artifact id, version and tag. The first three components generally refer to the * identify of a model. The tag allows for further classification of the associated data on the sole discretion of the * model builder. * */ public interface ModelCache { /** * Puts the specified data into the cache. *
Java - Registered: 2023-11-19 03:35 - Last Modified: 2023-11-07 08:20 - 6.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessFwAssistantDirector.java
import org.lastaflute.core.direction.FwCoreDirection; import org.lastaflute.core.security.InvertibleCryptographer; import org.lastaflute.core.security.OneWayCryptographer; import org.lastaflute.db.dbflute.classification.ListedClassificationProvider; import org.lastaflute.db.direction.FwDbDirection; import org.lastaflute.web.direction.FwWebDirection; import org.lastaflute.web.ruts.process.ActionRuntime;
Java - Registered: 2023-11-27 08:04 - Last Modified: 2023-01-04 12:40 - 9.3K bytes - Viewed (0) -
dbflute_fess/dfprop/littleAdjustmentMap.dfprop
# - - - - - - - - - -/ # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # o classificationUndefinedHandlingType: (NotRequired - Default LOGGING) # The handling type when undefined classification is found. # # EXCEPTION - throws exception when found # LOGGING - logging only when found (exception if ReplaceSchema) # ALLOWED - no action #
Plain Text - Registered: 2023-11-27 08:04 - Last Modified: 2015-07-25 06:04 - 8.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractEntity.java
__uniqueDrivenProperties.clear(); } // =================================================================================== // Classification // ============== @Override public void myunlockUndefinedClassificationAccess() { } @Override
Java - Registered: 2023-11-27 08:04 - Last Modified: 2023-01-04 12:40 - 10.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractEntity.java
__uniqueDrivenProperties.clear(); } // =================================================================================== // Classification // ============== @Override public void myunlockUndefinedClassificationAccess() { } @Override
Java - Registered: 2023-11-27 08:04 - Last Modified: 2023-01-04 12:40 - 10.9K bytes - Viewed (0) -
android/guava/src/com/google/common/net/InternetDomainName.java
if (part.length() < 1 || part.length() > MAX_DOMAIN_PART_LENGTH) { return false; } /* * GWT claims to support java.lang.Character's char-classification methods, but it actually only * works for ASCII. So for now, assume any non-ASCII characters are valid. The only place this * seems to be documented is here:
Java - Registered: 2023-11-24 12:43 - Last Modified: 2023-07-27 22:04 - 27.2K bytes - Viewed (0)