Home
last modified time | relevance | path

Searched refs:includesType (Results 1 – 8 of 8) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/txt/
H A Dkeybinding.c333 includesType(argt, TypeInt) ) in typedKeyBinding()
444 { if ( includesType(type, toType(NAME_eventId)) || in fillArgumentsAndExecuteKeyBinding()
445 (includesType(type, toType(NAME_char)) && isInteger(id)) ) in fillArgumentsAndExecuteKeyBinding()
447 else if ( includesType(type, toType(NAME_int)) && in fillArgumentsAndExecuteKeyBinding()
450 else if ( includesType(type, toType(NAME_default)) ) in fillArgumentsAndExecuteKeyBinding()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/ker/
H A Dvariable.c86 { if ( !includesType(type, TypeNil) && in initialiseVariable()
87 includesType(type, TypeDefault) ) in initialiseVariable()
H A Dtype.c315 includesType(Type t1, Type t2) /* t1 includes t2 */ in includesType() function
329 { if ( includesType(cell->value, t2) ) in includesType()
1024 SM(NAME_includes, 1, "type", includesType,
H A Dclassvar.c208 { if ( !includesType(cv->type, nameToType(NAME_font)) ) in getConvertStringClassVariable()
H A Dproto.h356 COMMON(status) includesType(Type t1, Type t2);
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/web/
H A DJsonUtil.java167 public static HdfsFileStatus toFileStatus(final Map<?, ?> json, boolean includesType) { in toFileStatus() argument
172 final Map<?, ?> m = includesType ? in toFileStatus()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/
H A DJsonUtil.java198 public static HdfsFileStatus toFileStatus(final Map<?, ?> json, boolean includesType) { in toFileStatus() argument
203 final Map<?, ?> m = includesType ? in toFileStatus()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/men/
H A Dtextitem.c1262 includesType(ti->type, TypeDefault) && in getSelectionTextItem()