Home
last modified time | relevance | path

Searched refs:subtypes (Results 1 – 25 of 3273) sorted by relevance

12345678910>>...131

/dports/games/jin/jin-2.14.1/src/free/jin/scripter/icc/
H A DChessclubScripter.java62 chatTypesToSubtypeNames.put("tell", subtypes[0]); in ChatScriptDispatcher()
63 chatTypesToSubtypeNames.put("say", subtypes[0]); in ChatScriptDispatcher()
64 chatTypesToSubtypeNames.put("ptell", subtypes[1]); in ChatScriptDispatcher()
65 chatTypesToSubtypeNames.put("qtell", subtypes[2]); in ChatScriptDispatcher()
66 chatTypesToSubtypeNames.put("atell", subtypes[0]); in ChatScriptDispatcher()
67 chatTypesToSubtypeNames.put("shout", subtypes[3]); in ChatScriptDispatcher()
68 chatTypesToSubtypeNames.put("ishout", subtypes[3]); in ChatScriptDispatcher()
69 chatTypesToSubtypeNames.put("sshout", subtypes[4]); in ChatScriptDispatcher()
70 chatTypesToSubtypeNames.put("announcement", subtypes[5]); in ChatScriptDispatcher()
74 chatTypesToSubtypeNames.put("kibitz", subtypes[8]); in ChatScriptDispatcher()
[all …]
/dports/games/jin/jin-2.14.1/src/free/jin/scripter/fics/
H A DFreechessScripter.java62 chatTypesToSubtypes.put("tell", subtypes[0]); in ChatScriptDispatcher()
63 chatTypesToSubtypes.put("say", subtypes[0]); in ChatScriptDispatcher()
64 chatTypesToSubtypes.put("ptell", subtypes[1]); in ChatScriptDispatcher()
65 chatTypesToSubtypes.put("shout", subtypes[2]); in ChatScriptDispatcher()
66 chatTypesToSubtypes.put("ishout", subtypes[2]); in ChatScriptDispatcher()
67 chatTypesToSubtypes.put("tshout", subtypes[3]); in ChatScriptDispatcher()
68 chatTypesToSubtypes.put("cshout", subtypes[4]); in ChatScriptDispatcher()
69 chatTypesToSubtypes.put("announcement", subtypes[5]); in ChatScriptDispatcher()
71 chatTypesToSubtypes.put("kibitz", subtypes[7]); in ChatScriptDispatcher()
72 chatTypesToSubtypes.put("whisper", subtypes[8]); in ChatScriptDispatcher()
[all …]
/dports/math/cvc4/CVC4-1.7/test/regress/regress1/quantifiers/
H A Djavafe.ast.StmtVec.009.smt2237 (declare-fun subtypes (Int Int) Bool)
376 (assert (forall ((?t Int)) (! (=> (subtypes T_long ?t) (= ?t T_long)) :pattern ((subtypes T_long ?t…
377 (assert (forall ((?t Int)) (! (=> (subtypes T_int ?t) (= ?t T_int)) :pattern ((subtypes T_int ?t)) …
379 (assert (forall ((?t Int)) (! (=> (subtypes T_byte ?t) (= ?t T_byte)) :pattern ((subtypes T_byte ?t…
380 (assert (forall ((?t Int)) (! (=> (subtypes T_char ?t) (= ?t T_char)) :pattern ((subtypes T_char ?t…
384 (assert (forall ((?t Int)) (! (=> (subtypes ?t T_long) (= ?t T_long)) :pattern ((subtypes ?t T_long…
385 (assert (forall ((?t Int)) (! (=> (subtypes ?t T_int) (= ?t T_int)) :pattern ((subtypes ?t T_int)) …
387 (assert (forall ((?t Int)) (! (=> (subtypes ?t T_byte) (= ?t T_byte)) :pattern ((subtypes ?t T_byte…
390 …t0 Int) (?t1 Int)) (! (=> (and (subtypes ?t0 ?t1) (subtypes ?t1 ?t0)) (= ?t0 ?t1)) :pattern ((subt…
391 …nt) (?t2 Int)) (! (=> (and (subtypes ?t0 ?t1) (subtypes ?t1 ?t2)) (subtypes ?t0 ?t2)) :pattern ((s…
[all …]
H A Dqcft-javafe.filespace.TreeWalker.006.smt2280 (declare-fun subtypes (Int Int) Bool)
410 (assert (forall ((?t Int)) (! (=> (subtypes T_long ?t) (= ?t T_long)) :pattern ((subtypes T_long ?t…
411 (assert (forall ((?t Int)) (! (=> (subtypes T_int ?t) (= ?t T_int)) :pattern ((subtypes T_int ?t)) …
413 (assert (forall ((?t Int)) (! (=> (subtypes T_byte ?t) (= ?t T_byte)) :pattern ((subtypes T_byte ?t…
414 (assert (forall ((?t Int)) (! (=> (subtypes T_char ?t) (= ?t T_char)) :pattern ((subtypes T_char ?t…
418 (assert (forall ((?t Int)) (! (=> (subtypes ?t T_long) (= ?t T_long)) :pattern ((subtypes ?t T_long…
419 (assert (forall ((?t Int)) (! (=> (subtypes ?t T_int) (= ?t T_int)) :pattern ((subtypes ?t T_int)) …
421 (assert (forall ((?t Int)) (! (=> (subtypes ?t T_byte) (= ?t T_byte)) :pattern ((subtypes ?t T_byte…
424 …t0 Int) (?t1 Int)) (! (=> (and (subtypes ?t0 ?t1) (subtypes ?t1 ?t0)) (= ?t0 ?t1)) :pattern ((subt…
425 …nt) (?t2 Int)) (! (=> (and (subtypes ?t0 ?t1) (subtypes ?t1 ?t2)) (subtypes ?t0 ?t2)) :pattern ((s…
[all …]
/dports/textproc/py-yapf/yapf-0.31.0/yapf/yapflib/
H A Dunwrapped_line.py229 return format_token.Subtype.UNARY_OPERATOR in tok.subtypes
334 if (format_token.Subtype.TYPED_NAME in left.subtypes or
335 format_token.Subtype.TYPED_NAME in right.subtypes):
340 in right.subtypes):
386 format_token.Subtype.TYPED_NAME not in right.subtypes):
390 format_token.Subtype.TYPED_NAME not in left.subtypes):
393 if (format_token.Subtype.VARARGS_LIST in left.subtypes or
394 format_token.Subtype.VARARGS_LIST in right.subtypes):
396 if (format_token.Subtype.VARARGS_STAR in left.subtypes or
638 if (format_token.Subtype.COMP_FOR in cur_token.subtypes or
[all …]
/dports/devel/arcanist/arcanist-b2e715f/src/parser/
H A DPhutilTypeSpec.php45 private $subtypes = array(); variable in PhutilTypeSpec
105 $this->subtypes[0]->check($v);
117 $this->subtypes[0]->check($k);
118 $this->subtypes[1]->check($v);
326 $l->subtypes[] = $r;
330 $r->subtypes[] = $l;
335 $obj->subtypes[] = $l;
336 $obj->subtypes[] = $r;
343 $obj->subtypes[] = $tokens[2];
344 $obj->subtypes[] = $tokens[4];
[all …]
/dports/devel/arcanist-lib/arcanist-b2e715f/src/parser/
H A DPhutilTypeSpec.php45 private $subtypes = array(); variable in PhutilTypeSpec
105 $this->subtypes[0]->check($v);
117 $this->subtypes[0]->check($k);
118 $this->subtypes[1]->check($v);
326 $l->subtypes[] = $r;
330 $r->subtypes[] = $l;
335 $obj->subtypes[] = $l;
336 $obj->subtypes[] = $r;
343 $obj->subtypes[] = $tokens[2];
344 $obj->subtypes[] = $tokens[4];
[all …]
/dports/math/z3/z3-z3-4.8.13/src/smt/
H A Ddatabase.smt110 :extrapreds ((?subtypes Int Int))
113 (or (not (?subtypes t u))
114 (not (?subtypes u v))
115 (?subtypes t v))
116 :pat {(?subtypes t u) (?subtypes u v)})
119 (or (not (?subtypes t u))
120 (not (?subtypes u t))
122 :pat {(?subtypes t u) (?subtypes u t)})
282 (iff (?subtypes t0 (?array t1))
293 (iff (?subtypes t0 (?array t1))
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/smt/
H A Ddatabase.smt110 :extrapreds ((?subtypes Int Int))
113 (or (not (?subtypes t u))
114 (not (?subtypes u v))
115 (?subtypes t v))
116 :pat {(?subtypes t u) (?subtypes u v)})
119 (or (not (?subtypes t u))
120 (not (?subtypes u t))
122 :pat {(?subtypes t u) (?subtypes u t)})
282 (iff (?subtypes t0 (?array t1))
293 (iff (?subtypes t0 (?array t1))
[all …]
/dports/www/tikiwiki/tiki-21.2/templates/metadata/
H A Dmeta_view_dialog.tpl10 {foreach $metarray as $subtypes}
11 {if $subtypes@key ne 'basiconly'}
13 <a href="#tabs-{$subtypes@iteration}">
14 {if $subtypes@key|count_words gt 1}
15 {tr}{$subtypes@key|escape}{/tr}
17 {$subtypes@key|upper|escape}
24 {foreach $metarray as $subtypes}
25 <table id="tabs-{$subtypes@iteration}">
26 {foreach $subtypes as $fields}
27 {if $fields|count gt 0 and $subtypes@key ne 'basiconly'}
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimRtti.cpp19 subtypes.push_back(t); in add_subtype()
20 ns = subtypes.size(); in add_subtype()
33 if ( subtypes.size() > 0 ) in del_subtype()
35 SubtypesConstVector::iterator iter = std::find(subtypes.begin(), subtypes.end(), t); in del_subtype()
36 if(iter != subtypes.end()) in del_subtype()
38 subtypes.erase(iter); in del_subtype()
41 ns = subtypes.size(); in del_subtype()
104 …for(i=0;i<ns && !((p=subtypes[i]->create(this,c)));i++); //Succeeded creating on ith subclass br… in create()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DPermittedSubclasses_attribute.java35 public int[] subtypes; field in PermittedSubclasses_attribute
40 subtypes = new int[number_of_classes]; in PermittedSubclasses_attribute()
42 subtypes[i] = cr.readUnsignedShort(); in PermittedSubclasses_attribute()
45 public PermittedSubclasses_attribute(int name_index, int[] subtypes) { in PermittedSubclasses_attribute() argument
47 this.subtypes = subtypes; in PermittedSubclasses_attribute()
51 return IntStream.of(subtypes) in getSubtypes()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DPermittedSubclasses_attribute.java35 public int[] subtypes; field in PermittedSubclasses_attribute
40 subtypes = new int[number_of_classes]; in PermittedSubclasses_attribute()
42 subtypes[i] = cr.readUnsignedShort(); in PermittedSubclasses_attribute()
45 public PermittedSubclasses_attribute(int name_index, int[] subtypes) { in PermittedSubclasses_attribute() argument
47 this.subtypes = subtypes; in PermittedSubclasses_attribute()
51 return IntStream.of(subtypes) in getSubtypes()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DPermittedSubclasses_attribute.java35 public int[] subtypes; field in PermittedSubclasses_attribute
40 subtypes = new int[number_of_classes]; in PermittedSubclasses_attribute()
42 subtypes[i] = cr.readUnsignedShort(); in PermittedSubclasses_attribute()
45 public PermittedSubclasses_attribute(int name_index, int[] subtypes) { in PermittedSubclasses_attribute() argument
47 this.subtypes = subtypes; in PermittedSubclasses_attribute()
51 return IntStream.of(subtypes) in getSubtypes()
/dports/math/z3/z3-z3-4.8.13/src/ast/pattern/
H A Ddatabase.smt228 (declare-fun ?subtypes (Int Int) Bool)
164 (or (not (?subtypes t u))
165 (not (?subtypes u v))
166 (?subtypes t v))
167 :pattern ((?subtypes t u) (?subtypes u v)))))
170 (or (not (?subtypes t u))
171 (not (?subtypes u t))
173 :pattern ((?subtypes t u) (?subtypes u t)))))
301 (iff (?subtypes t0 (?array t1))
312 (iff (?subtypes t0 (?array t1))
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/ast/pattern/
H A Ddatabase.smt228 (declare-fun ?subtypes (Int Int) Bool)
164 (or (not (?subtypes t u))
165 (not (?subtypes u v))
166 (?subtypes t v))
167 :pattern ((?subtypes t u) (?subtypes u v)))))
170 (or (not (?subtypes t u))
171 (not (?subtypes u t))
173 :pattern ((?subtypes t u) (?subtypes u t)))))
301 (iff (?subtypes t0 (?array t1))
312 (iff (?subtypes t0 (?array t1))
[all …]
/dports/databases/py-cassandra-driver/cassandra-driver-3.18.0/cassandra/
H A Dcqltypes.py208 subtypes = () variable in _CassandraType
289 if not subtypes:
320 if not cls.subtypes:
713 if not cls.subtypes:
720 if not cls.subtypes:
729 subtype, = cls.subtypes
753 subtype, = cls.subtypes
1038 subtype, = cls.subtypes
1043 subtype, = cls.subtypes
1053 subtype, = cls.subtypes
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Object/classes/
H A Dclass.ilObjectAddNewItemGUI.php141 … $subtypes = $objDefinition->getCreatableSubObjects("wfld", ilObjectDefinition::MODE_WORKSPACE);
142 if (count($subtypes) > 0) {
143 foreach (array_keys($subtypes) as $type) {
180 if (count($subtypes) > 0) {
196 foreach ($subtypes as $item_type => $item) {
199 $subtypes[$item_type]["pos"] = "99992000";
201 … $subtypes[$item_type]["pos"] = "9999" . str_pad(++$pos, 4, "0", STR_PAD_LEFT);
207 if (array_key_exists($item_type, $subtypes)) {
208 $subtypes[$item_type]["pos"] = $pos;
213 $subtypes = ilUtil::sortArray($subtypes, "pos", "asc", true, true);
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Object/classes/
H A Dclass.ilObjectAddNewItemGUI.php143 … $subtypes = $objDefinition->getCreatableSubObjects("wfld", ilObjectDefinition::MODE_WORKSPACE);
144 if (count($subtypes) > 0) {
145 foreach (array_keys($subtypes) as $type) {
182 if (count($subtypes) > 0) {
198 foreach ($subtypes as $item_type => $item) {
201 $subtypes[$item_type]["pos"] = "99992000";
203 … $subtypes[$item_type]["pos"] = "9999" . str_pad(++$pos, 4, "0", STR_PAD_LEFT);
209 if (array_key_exists($item_type, $subtypes)) {
210 $subtypes[$item_type]["pos"] = $pos;
215 $subtypes = ilUtil::sortArray($subtypes, "pos", "asc", true, true);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/ldap/c-sdk/libraries/libldap/
H A Dgetvalues.c241 _SubStringIndex* subtypes; in check_lang_match() local
259 char* a = attr + subtypes[j].start; in check_lang_match()
260 int alen = subtypes[j].length; in check_lang_match()
269 if (NULL != subtypes) NSLDAPI_FREE(subtypes); in check_lang_match()
276 if (NULL != subtypes) NSLDAPI_FREE(subtypes); in check_lang_match()
315 _SubStringIndex* subtypes; in internal_ldap_get_lang_values() local
336 langIndex = parse_subtypes(target, &len, &lang, &subtypes, &nsubtypes); in internal_ldap_get_lang_values()
338 if (NULL != subtypes) { in internal_ldap_get_lang_values()
339 NSLDAPI_FREE(subtypes); in internal_ldap_get_lang_values()
340 subtypes = NULL; in internal_ldap_get_lang_values()
[all …]
/dports/net/ldapsdk/mozldap-6.0.7/c-sdk/ldap/libraries/libldap/
H A Dgetvalues.c260 _SubStringIndex *subtypes; in check_lang_match() local
279 int alen = subtypes[j].length; in check_lang_match()
289 if ( NULL != subtypes ) in check_lang_match()
290 NSLDAPI_FREE( subtypes ); in check_lang_match()
298 if ( NULL != subtypes ) in check_lang_match()
299 NSLDAPI_FREE( subtypes ); in check_lang_match()
343 _SubStringIndex *subtypes; in internal_ldap_get_lang_values() local
368 if ( NULL != subtypes ) { in internal_ldap_get_lang_values()
369 NSLDAPI_FREE( subtypes ); in internal_ldap_get_lang_values()
370 subtypes = NULL; in internal_ldap_get_lang_values()
[all …]
/dports/x11-toolkits/plib/plib-1.8.5/src/util/
H A DulRTTI.cxx68 int i ; for ( i = 0 ; i < ns ; i++ ) ptr[i] = subtypes[i] ; in add_subtype()
71 delete[] subtypes ; in add_subtype()
72 subtypes = ptr ; in add_subtype()
78 int i ; for ( i = 0 ; i < ns && subtypes[i] != t ; i++ ) ; in del_subtype()
80 for(; i < ns-1 ; i++ ) subtypes[i] = subtypes[i+1] ; in del_subtype()
97 !( ( p = subtypes[i]->create ( this, c ) ) ) ; i++ ) ; in create()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/
H A DRegionBasedTypeHierarchy.java110 TypeVector subtypes = this.typeToSubtypes.get(type); in pruneDeadBranches() local
111 if (subtypes == null) return true; in pruneDeadBranches()
112 pruneDeadBranches(subtypes.copy().elements()); in pruneDeadBranches()
113 subtypes = this.typeToSubtypes.get(type); in pruneDeadBranches()
114 return (subtypes == null || subtypes.size == 0); in pruneDeadBranches()
129 IType[] subtypes = getSubtypes(type); in removeType() local
131 if (subtypes != null) { in removeType()
132 for (int i= 0; i < subtypes.length; i++) { in removeType()
133 removeType(subtypes[i]); in removeType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/omnibox/browser/
H A Dautocomplete_controller.cc93 subtypes->emplace(/*SUBTYPE_URL_BASED=*/66); in GetMatchTypeAndExtendSubtypes()
97 subtypes->emplace(/*SUBTYPE_SUGGEST_2G_LITE=*/271); in GetMatchTypeAndExtendSubtypes()
120 subtypes->emplace(/*SUBTYPE_PERSONAL=*/39); in GetMatchTypeAndExtendSubtypes()
166 subtypes->emplace(/*SUBTYPE_PERSONAL=*/39); in GetMatchTypeAndExtendSubtypes()
174 subtypes->emplace(/*SUBTYPE_CLIPBOARD_URL=*/177); in GetMatchTypeAndExtendSubtypes()
178 subtypes->emplace(/*SUBTYPE_CLIPBOARD_TEXT=*/176); in GetMatchTypeAndExtendSubtypes()
192 subtypes->emplace(/*SUBTYPE_OMNIBOX_OTHER=*/64); in GetMatchTypeAndExtendSubtypes()
209 for (auto subtype : subtypes) { in AppendAvailableAutocompletion()
878 auto subtypes = match.subtypes; in UpdateAssistedQueryStats() local
884 match.subtypes.contains( in UpdateAssistedQueryStats()
[all …]
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dflattypelist.cc85 const std::list<WCFiletype*> *subtypes; in build() local
104 subtypes = ft->getSubTypeList(); in build()
105 if ( subtypes != NULL ) { in build()
106 if ( subtypes->size() > 0 ) { in build()
107 addSubTypes( subtypes, 1 ); in build()
140 const std::list<WCFiletype*> *subtypes; in addSubTypes() local
152 subtypes = (*it1)->getSubTypeList(); in addSubTypes()
153 if ( subtypes != NULL ) { in addSubTypes()
154 if ( subtypes->size() > 0 ) { in addSubTypes()
155 addSubTypes( subtypes, depth + 1 ); in addSubTypes()

12345678910>>...131