game_client_logic_deb 1.4.72 → 1.4.84

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4583,6 +4583,16 @@ if (typeof Math.imul === 'undefined') {
4583
4583
  while (inductionVariable < length);
4584
4584
  return true;
4585
4585
  }
4586
+ function contains_6(_this__u8e3s4, other, ignoreCase) {
4587
+ ignoreCase = ignoreCase === VOID ? false : ignoreCase;
4588
+ var tmp;
4589
+ if (typeof other === 'string') {
4590
+ tmp = indexOf_5(_this__u8e3s4, other, VOID, ignoreCase) >= 0;
4591
+ } else {
4592
+ tmp = indexOf_6(_this__u8e3s4, other, 0, charSequenceLength(_this__u8e3s4), ignoreCase) >= 0;
4593
+ }
4594
+ return tmp;
4595
+ }
4586
4596
  function lastIndexOf(_this__u8e3s4, string, startIndex, ignoreCase) {
4587
4597
  startIndex = startIndex === VOID ? get_lastIndex_3(_this__u8e3s4) : startIndex;
4588
4598
  ignoreCase = ignoreCase === VOID ? false : ignoreCase;
@@ -14032,78 +14042,79 @@ if (typeof Math.imul === 'undefined') {
14032
14042
  _.$_$.wa = map;
14033
14043
  _.$_$.xa = toList_1;
14034
14044
  _.$_$.ya = concatToString;
14035
- _.$_$.za = equals_0;
14036
- _.$_$.ab = indexOf_4;
14037
- _.$_$.bb = isBlank;
14038
- _.$_$.cb = isLowerCase;
14039
- _.$_$.db = lastIndexOf;
14040
- _.$_$.eb = last_0;
14041
- _.$_$.fb = repeat;
14042
- _.$_$.gb = single_2;
14043
- _.$_$.hb = split;
14044
- _.$_$.ib = titlecase;
14045
- _.$_$.jb = toDoubleOrNull;
14046
- _.$_$.kb = toDouble;
14047
- _.$_$.lb = toIntOrNull;
14048
- _.$_$.mb = toInt;
14049
- _.$_$.nb = toLongOrNull;
14050
- _.$_$.ob = toLong;
14051
- _.$_$.pb = toUByte;
14052
- _.$_$.qb = toUInt;
14053
- _.$_$.rb = toULongOrNull;
14054
- _.$_$.sb = toULong;
14055
- _.$_$.tb = toUShort;
14056
- _.$_$.ub = trimIndent;
14057
- _.$_$.vb = Duration;
14058
- _.$_$.wb = toDuration;
14059
- _.$_$.xb = ArithmeticException;
14060
- _.$_$.yb = Char;
14061
- _.$_$.zb = Comparable;
14062
- _.$_$.ac = Comparator;
14063
- _.$_$.bc = DeepRecursiveFunction;
14064
- _.$_$.cc = DeepRecursiveScope;
14065
- _.$_$.dc = Enum;
14066
- _.$_$.ec = Error_0;
14067
- _.$_$.fc = Exception;
14068
- _.$_$.gc = IllegalArgumentException;
14069
- _.$_$.hc = IllegalStateException;
14070
- _.$_$.ic = Long;
14071
- _.$_$.jc = NoSuchElementException;
14072
- _.$_$.kc = NotImplementedError;
14073
- _.$_$.lc = Pair;
14074
- _.$_$.mc = Result;
14075
- _.$_$.nc = RuntimeException;
14076
- _.$_$.oc = THROW_CCE;
14077
- _.$_$.pc = THROW_ISE;
14078
- _.$_$.qc = Triple;
14079
- _.$_$.rc = UByteArray;
14080
- _.$_$.sc = UByte;
14081
- _.$_$.tc = UIntArray;
14082
- _.$_$.uc = UInt;
14083
- _.$_$.vc = ULongArray;
14084
- _.$_$.wc = ULong;
14085
- _.$_$.xc = UShortArray;
14086
- _.$_$.yc = UShort;
14087
- _.$_$.zc = Unit;
14088
- _.$_$.ad = UnsupportedOperationException;
14089
- _.$_$.bd = addSuppressed;
14090
- _.$_$.cd = arrayOf;
14091
- _.$_$.dd = countTrailingZeroBits;
14092
- _.$_$.ed = createFailure;
14093
- _.$_$.fd = ensureNotNull;
14094
- _.$_$.gd = invoke;
14095
- _.$_$.hd = isFinite;
14096
- _.$_$.id = isFinite_0;
14097
- _.$_$.jd = lazy;
14098
- _.$_$.kd = lazy_0;
14099
- _.$_$.ld = noWhenBranchMatchedException;
14100
- _.$_$.md = plus_5;
14101
- _.$_$.nd = printStackTrace;
14102
- _.$_$.od = stackTraceToString;
14103
- _.$_$.pd = throwUninitializedPropertyAccessException;
14104
- _.$_$.qd = toString_1;
14105
- _.$_$.rd = to;
14106
- _.$_$.sd = VOID;
14045
+ _.$_$.za = contains_6;
14046
+ _.$_$.ab = equals_0;
14047
+ _.$_$.bb = indexOf_4;
14048
+ _.$_$.cb = isBlank;
14049
+ _.$_$.db = isLowerCase;
14050
+ _.$_$.eb = lastIndexOf;
14051
+ _.$_$.fb = last_0;
14052
+ _.$_$.gb = repeat;
14053
+ _.$_$.hb = single_2;
14054
+ _.$_$.ib = split;
14055
+ _.$_$.jb = titlecase;
14056
+ _.$_$.kb = toDoubleOrNull;
14057
+ _.$_$.lb = toDouble;
14058
+ _.$_$.mb = toIntOrNull;
14059
+ _.$_$.nb = toInt;
14060
+ _.$_$.ob = toLongOrNull;
14061
+ _.$_$.pb = toLong;
14062
+ _.$_$.qb = toUByte;
14063
+ _.$_$.rb = toUInt;
14064
+ _.$_$.sb = toULongOrNull;
14065
+ _.$_$.tb = toULong;
14066
+ _.$_$.ub = toUShort;
14067
+ _.$_$.vb = trimIndent;
14068
+ _.$_$.wb = Duration;
14069
+ _.$_$.xb = toDuration;
14070
+ _.$_$.yb = ArithmeticException;
14071
+ _.$_$.zb = Char;
14072
+ _.$_$.ac = Comparable;
14073
+ _.$_$.bc = Comparator;
14074
+ _.$_$.cc = DeepRecursiveFunction;
14075
+ _.$_$.dc = DeepRecursiveScope;
14076
+ _.$_$.ec = Enum;
14077
+ _.$_$.fc = Error_0;
14078
+ _.$_$.gc = Exception;
14079
+ _.$_$.hc = IllegalArgumentException;
14080
+ _.$_$.ic = IllegalStateException;
14081
+ _.$_$.jc = Long;
14082
+ _.$_$.kc = NoSuchElementException;
14083
+ _.$_$.lc = NotImplementedError;
14084
+ _.$_$.mc = Pair;
14085
+ _.$_$.nc = Result;
14086
+ _.$_$.oc = RuntimeException;
14087
+ _.$_$.pc = THROW_CCE;
14088
+ _.$_$.qc = THROW_ISE;
14089
+ _.$_$.rc = Triple;
14090
+ _.$_$.sc = UByteArray;
14091
+ _.$_$.tc = UByte;
14092
+ _.$_$.uc = UIntArray;
14093
+ _.$_$.vc = UInt;
14094
+ _.$_$.wc = ULongArray;
14095
+ _.$_$.xc = ULong;
14096
+ _.$_$.yc = UShortArray;
14097
+ _.$_$.zc = UShort;
14098
+ _.$_$.ad = Unit;
14099
+ _.$_$.bd = UnsupportedOperationException;
14100
+ _.$_$.cd = addSuppressed;
14101
+ _.$_$.dd = arrayOf;
14102
+ _.$_$.ed = countTrailingZeroBits;
14103
+ _.$_$.fd = createFailure;
14104
+ _.$_$.gd = ensureNotNull;
14105
+ _.$_$.hd = invoke;
14106
+ _.$_$.id = isFinite;
14107
+ _.$_$.jd = isFinite_0;
14108
+ _.$_$.kd = lazy;
14109
+ _.$_$.ld = lazy_0;
14110
+ _.$_$.md = noWhenBranchMatchedException;
14111
+ _.$_$.nd = plus_5;
14112
+ _.$_$.od = printStackTrace;
14113
+ _.$_$.pd = stackTraceToString;
14114
+ _.$_$.qd = throwUninitializedPropertyAccessException;
14115
+ _.$_$.rd = toString_1;
14116
+ _.$_$.sd = to;
14117
+ _.$_$.td = VOID;
14107
14118
  //endregion
14108
14119
  return _;
14109
14120
  }));