Home
last modified time | relevance | path

Searched refs:p_strict (Results 1 – 25 of 26) sorted by relevance

12

/dports/math/gambit/gambit-16.0.1/library/src/
H A Dstratspt.cc226 bool p_strict) const in Dominates()
233 if (p_strict && ap <= bp) { in Dominates()
236 else if (!p_strict) { in Dominates()
242 return (p_strict || !equal); in Dominates()
247 bool p_strict, in IsDominated() argument
264 p_strict)) { in IsDominated()
273 bool p_strict, bool p_external) const in Undominated() argument
305 if (Dominates(set[min+1], set[dis+1], p_strict)) { in Undominated()
345 Undominated(newS, pl, p_strict, p_external); in Undominated()
358 Undominated(newS, players[i], p_strict); in Undominated()
[all …]
H A Dbehavspt.cc403 bool p_strict, bool p_conditional) const in Dominates() argument
419 if (p_strict) { in Dominates()
456 if (p_strict) { in Dominates()
473 if (p_strict) { in Dominates()
/dports/databases/mantis/mantisbt-2.25.2/core/
H A Dhelper_api.php183 * @param boolean $p_strict Set to true for strict type checking, false for loose.
186 function helper_check_variables_equal( $p_var1, $p_var2, $p_strict ) { argument
187 if( $p_strict ) {
228 * @param boolean $p_strict Set to false to bypass strict type checking (defaults to true).
231 function check_checked( $p_var, $p_val = true, $p_strict = true ) { argument
234 if( helper_check_variables_equal( $t_this_var, $p_val, $p_strict ) ) {
240 if( helper_check_variables_equal( $p_var, $p_val, $p_strict ) ) {
256 * @param boolean $p_strict Set to false to bypass strict type checking (defaults to true).
259 function check_selected( $p_var, $p_val = true, $p_strict = true ) { argument
262 if( helper_check_variables_equal( $t_this_var, $p_val, $p_strict ) ) {
[all …]
/dports/math/gambit/gambit-16.0.1/library/include/gambit/
H A Dstratspt.h56 bool p_strict, bool p_external = false) const;
136 bool p_strict) const;
137 bool IsDominated(const GameStrategy &s, bool p_strict,
141 StrategySupportProfile Undominated(bool p_strict, bool p_external = false) const;
148 bool p_strict) const;
H A Dbehavspt.h153 bool p_strict, bool p_conditional) const;
156 bool p_strict, bool p_conditional) const;
158 BehaviorSupportProfile Undominated(bool p_strict, bool p_conditional,
/dports/math/gambit/gambit-16.0.1/src/gui/
H A Dgamedoc.cc43 bool p_strict) in gbtBehavDominanceStack() argument
44 : m_doc(p_doc), m_strict(p_strict), m_noFurther(false) in gbtBehavDominanceStack()
54 void gbtBehavDominanceStack::SetStrict(bool p_strict) in SetStrict() argument
56 if (m_strict != p_strict) Reset(); in SetStrict()
57 m_strict = p_strict; in SetStrict()
118 bool p_strict) in gbtStrategyDominanceStack() argument
119 : m_doc(p_doc), m_strict(p_strict), m_noFurther(false) in gbtStrategyDominanceStack()
131 if (m_strict != p_strict) Reset(); in SetStrict()
132 m_strict = p_strict; in SetStrict()
519 m_behavSupports.SetStrict(p_strict); in SetBehavElimStrength()
[all …]
H A Dgamedoc.h50 gbtBehavDominanceStack(gbtGameDocument *p_doc, bool p_strict);
78 void SetStrict(bool p_strict);
122 gbtStrategyDominanceStack(gbtGameDocument *p_doc, bool p_strict);
150 void SetStrict(bool p_strict);
318 void SetBehavElimStrength(bool p_strict);
332 void SetStrategyElimStrength(bool p_strict);
/dports/databases/mantis/mantisbt-2.25.2/plugins/GaugeSupport/pages/
H A Dconfig.php28 function check_selected1( $p_var, $p_val = true, $p_strict = true ) { argument
31 if( helper_check_variables_equal( intval($t_this_var), $p_val, $p_strict ) ) {
37 if( helper_check_variables_equal( intval($p_var), $p_val, $p_strict ) ) {
/dports/www/ikiwiki/ikiwiki-3.20200202.3/IkiWiki/Plugin/
H A Dhtmlbalance.pm38 $tree->p_strict(1);
/dports/www/p5-HTML-WikiConverter/HTML-WikiConverter-0.68/lib/HTML/
H A DWikiConverter.pm228 $tree->p_strict( $self->p_strict );
925 p_strict => { type => BOOLEAN, default => 1 },
/dports/www/p5-HTML-WikiConverter-Markdown/HTML-WikiConverter-Markdown-0.06/lib/HTML/WikiConverter/
H A DMarkdown.pm117 p_strict => { default => 0 },
/dports/www/p5-HTML-WikiConverter/HTML-WikiConverter-0.68/
H A DChanges13 - add 'p_strict' attribute for enabling/disabling
14 HTML::TreeBuilder's p_strict option (enabled by default) -- this
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dvariant.h379 …t Variant::Type, const Variant **p_args, int p_argcount, CallError &r_error, bool p_strict = true);
H A Dvariant_call.cpp1016 … Variant::Type p_type, const Variant **p_args, int p_argcount, CallError &r_error, bool p_strict) { in construct() argument
1099 } else if (p_argcount == 1 && (!p_strict || Variant::can_convert(p_args[0]->type, p_type))) { in construct()
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dvariant.h379 …t Variant::Type, const Variant **p_args, int p_argcount, CallError &r_error, bool p_strict = true);
H A Dvariant_call.cpp1016 … Variant::Type p_type, const Variant **p_args, int p_argcount, CallError &r_error, bool p_strict) { in construct() argument
1099 } else if (p_argcount == 1 && (!p_strict || Variant::can_convert(p_args[0]->type, p_type))) { in construct()
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dvariant.h384 …t Variant::Type, const Variant **p_args, int p_argcount, CallError &r_error, bool p_strict = true);
H A Dvariant_call.cpp1153 … Variant::Type p_type, const Variant **p_args, int p_argcount, CallError &r_error, bool p_strict) { in construct() argument
1208 } else if (p_argcount == 1 && (!p_strict || Variant::can_convert(p_args[0]->type, p_type))) { in construct()
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Contrib/CompareRevisionsAddOn/
H A DCompare.pm357 $tree->p_strict(1);
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dvariant.h384 …t Variant::Type, const Variant **p_args, int p_argcount, CallError &r_error, bool p_strict = true);
H A Dvariant_call.cpp1153 … Variant::Type p_type, const Variant **p_args, int p_argcount, CallError &r_error, bool p_strict) { in construct() argument
1208 } else if (p_argcount == 1 && (!p_strict || Variant::can_convert(p_args[0]->type, p_type))) { in construct()
/dports/devel/libzvbi/zvbi-0.2.35/src/
H A Dio-v4l.c673 v4l_update_scanning(vbi_capture_v4l *v, int * p_strict) in v4l_update_scanning() argument
705 set_scanning_from_mode(v, mode, p_strict); in v4l_update_scanning()
/dports/www/p5-HTML-DOM/HTML-DOM-0.058/lib/HTML/DOM/
H A D_TreeBuilder.pm215 sub p_strict { shift->_elem( '_p_strict', @_ ); } subroutine
/dports/www/p5-HTML-Tree/HTML-Tree-5.07/lib/HTML/
H A DTreeBuilder.pm243 sub p_strict { shift->_elem( '_p_strict', @_ ); } subroutine
/dports/devel/splint/splint-3.1.2/src/
H A Dctbase.i290 static int ctbase_compare (ctbase p_c1, ctbase p_c2, bool p_strict);

12